mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
uisearchbar tint color
This commit is contained in:
parent
f3a17709e5
commit
a79d3a0d7c
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace Bit.iOS.Core.Utilities
|
||||||
UITextView.Appearance.TintColor = TextColor;
|
UITextView.Appearance.TintColor = TextColor;
|
||||||
UITextField.Appearance.BackgroundColor = BackgroundColor;
|
UITextField.Appearance.BackgroundColor = BackgroundColor;
|
||||||
UITextView.Appearance.BackgroundColor = BackgroundColor;
|
UITextView.Appearance.BackgroundColor = BackgroundColor;
|
||||||
|
UISearchBar.Appearance.TintColor = TextColor;
|
||||||
UITableView.Appearance.BackgroundColor = BackgroundColor;
|
UITableView.Appearance.BackgroundColor = BackgroundColor;
|
||||||
UITableView.Appearance.SeparatorColor = SeparatorColor;
|
UITableView.Appearance.SeparatorColor = SeparatorColor;
|
||||||
UINavigationBar.Appearance.BackgroundColor = NavBarBackgroundColor;
|
UINavigationBar.Appearance.BackgroundColor = NavBarBackgroundColor;
|
||||||
|
|
Loading…
Reference in a new issue