diff --git a/src/iOS.Core/Utilities/ThemeHelpers.cs b/src/iOS.Core/Utilities/ThemeHelpers.cs index 6e5957f13..c3d001729 100644 --- a/src/iOS.Core/Utilities/ThemeHelpers.cs +++ b/src/iOS.Core/Utilities/ThemeHelpers.cs @@ -39,6 +39,7 @@ namespace Bit.iOS.Core.Utilities UITextView.Appearance.TintColor = TextColor; UITextField.Appearance.BackgroundColor = BackgroundColor; UITextView.Appearance.BackgroundColor = BackgroundColor; + UISearchBar.Appearance.TintColor = TextColor; UITableView.Appearance.BackgroundColor = BackgroundColor; UITableView.Appearance.SeparatorColor = SeparatorColor; UINavigationBar.Appearance.BackgroundColor = NavBarBackgroundColor;