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:
committed by
GitHub
parent
69ba16ed9e
commit
1defd68d26
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user