From 1defd68d267267e5408e45c8535ffc95565d1e37 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Wed, 17 Apr 2024 10:00:36 -0300 Subject: [PATCH] PM-7518 Updated favicon placeholder color on iOS Autofill extension. (#3165) --- src/iOS.Core/Views/CipherLoginTableViewCell.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iOS.Core/Views/CipherLoginTableViewCell.cs b/src/iOS.Core/Views/CipherLoginTableViewCell.cs index c0c0fd6e9..07e00d4fc 100644 --- a/src/iOS.Core/Views/CipherLoginTableViewCell.cs +++ b/src/iOS.Core/Views/CipherLoginTableViewCell.cs @@ -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;