diff options
author | Vitaly Takmazov | 2017-11-23 00:40:23 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-11-23 00:40:23 +0300 |
commit | a0ded4b01f33f072ff7341d563c147b335667df9 (patch) | |
tree | cc2f9dbe5ace62f1826b75c78c60c0101137ab9d /Juick/AppDelegate.m | |
parent | 7249cda59a1a8ca061b9d3afa443921286f56781 (diff) |
colors
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r-- | Juick/AppDelegate.m | 2 |
1 files changed, 1 insertions, 1 deletions
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]]; |