1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-01 04:27:39 +02:00

uisearchbar tint color

This commit is contained in:
Kyle Spearrin 2019-09-30 16:28:07 -04:00
parent f3a17709e5
commit a79d3a0d7c

View File

@ -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;