1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 19:23:58 +00:00

use TextColor for search bar text color

This commit is contained in:
Kyle Spearrin
2019-09-30 16:33:53 -04:00
parent a79d3a0d7c
commit 41a44548d2
2 changed files with 1 additions and 2 deletions

View File

@@ -39,7 +39,6 @@ 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;