From a0ded4b01f33f072ff7341d563c147b335667df9 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 23 Nov 2017 00:40:23 +0300 Subject: colors --- Juick/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Juick/AppDelegate.m') diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index d4f0b8c..1989de2 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -20,7 +20,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [[UINavigationBar appearance] setTintColor:[ColorScheme linkColor]]; - [[UINavigationBar appearance] setBackgroundColor:[ColorScheme headerBackground]]; + [[UINavigationBar appearance] setBarTintColor:[ColorScheme headerBackground]]; [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [ColorScheme linkColor]}]; [[UIToolbar appearance] setTintColor:[ColorScheme linkColor]]; -- cgit v1.2.3