mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
uisearchbar tint color
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user