mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
use TextColor for search bar text color
This commit is contained in:
parent
a79d3a0d7c
commit
41a44548d2
2 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
<Setter Property="BackgroundColor"
|
<Setter Property="BackgroundColor"
|
||||||
Value="{StaticResource ListHeaderBackgroundColor}" />
|
Value="{StaticResource ListHeaderBackgroundColor}" />
|
||||||
<Setter Property="TextColor"
|
<Setter Property="TextColor"
|
||||||
Value="Black" />
|
Value="{StaticResource TextColor}" />
|
||||||
<Setter Property="CancelButtonColor"
|
<Setter Property="CancelButtonColor"
|
||||||
Value="{StaticResource PrimaryColor}" />
|
Value="{StaticResource PrimaryColor}" />
|
||||||
<Setter Property="PlaceholderColor"
|
<Setter Property="PlaceholderColor"
|
||||||
|
|
|
@ -39,7 +39,6 @@ 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