diff --git a/src/App/Controls/ExtendedNavigationPage.cs b/src/App/Controls/ExtendedNavigationPage.cs index c67d4aeae..207a65b0d 100644 --- a/src/App/Controls/ExtendedNavigationPage.cs +++ b/src/App/Controls/ExtendedNavigationPage.cs @@ -21,7 +21,7 @@ namespace Bit.App.Controls { // default colors for our app BarBackgroundColor = Color.FromHex("3c8dbc"); - BarTextColor = Color.FromHex("ffffff"); + BarTextColor = Color.White; } } } diff --git a/src/iOS/Info.plist b/src/iOS/Info.plist index 5d8af2243..868928fd2 100644 --- a/src/iOS/Info.plist +++ b/src/iOS/Info.plist @@ -56,17 +56,9 @@ 0.0.1 UIMainStoryboardFile~ipad LaunchScreen - UIStatusBarTintParameters - - UINavigationBar - - Style - UIBarStyleDefault - Translucent - - BackgroundImage - - - + UIStatusBarStyle ++ UIStatusBarStyleLightContent ++ UIViewControllerBasedStatusBarAppearance ++