mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
Move tab bar colors to styles (#764)
This commit is contained in:
@@ -12,10 +12,6 @@ namespace Bit.iOS.Renderers
|
||||
base.OnElementChanged(e);
|
||||
TabBar.Translucent = false;
|
||||
TabBar.Opaque = true;
|
||||
TabBar.SelectedImageTintColor =
|
||||
((Color)Xamarin.Forms.Application.Current.Resources["TabBarSelectedItemColor"]).ToUIColor();
|
||||
TabBar.UnselectedItemTintColor =
|
||||
((Color)Xamarin.Forms.Application.Current.Resources["TabBarItemColor"]).ToUIColor();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user