1
0
mirror of https://github.com/bitwarden/mobile synced 2026-02-25 17:03:19 +00:00

PM-7518 Updated favicon placeholder color on iOS Autofill extension. (#3165)

This commit is contained in:
Federico Maccaroni
2024-04-17 10:00:36 -03:00
committed by GitHub
parent 69ba16ed9e
commit 1defd68d26

View File

@@ -48,7 +48,7 @@ namespace Bit.iOS.Core.Views
_mainIcon.Font = UIFont.FromName("bwi-font", 24);
_mainIcon.AdjustsFontSizeToFitWidth = true;
_mainIcon.Text = BitwardenIcons.Globe;
_mainIcon.TextColor = ThemeHelpers.PrimaryColor;
_mainIcon.TextColor = ThemeHelpers.MutedColor;
_orgIcon.Font = UIFont.FromName("bwi-font", 15);
_orgIcon.TextColor = ThemeHelpers.MutedColor;