mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
search bar cancel button color
This commit is contained in:
parent
912ade4059
commit
c84ec2e947
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ namespace Bit.iOS
|
|||
UINavigationBar.Appearance.ShadowImage = new UIImage();
|
||||
UINavigationBar.Appearance.SetBackgroundImage(new UIImage(), UIBarMetrics.Default);
|
||||
UIBarButtonItem.AppearanceWhenContainedIn(new Type[] { typeof(UISearchBar) }).TintColor = primaryColor;
|
||||
UIButton.AppearanceWhenContainedIn(new Type[] { typeof(UISearchBar) }).SetTitleColor(primaryColor, UIControlState.Normal);
|
||||
UIButton.AppearanceWhenContainedIn(new Type[] { typeof(UISearchBar) }).TintColor = primaryColor;
|
||||
UIStepper.Appearance.TintColor = grayLight;
|
||||
UISlider.Appearance.TintColor = primaryColor;
|
||||
|
||||
|
|
Loading…
Reference in a new issue