From 5ea3dc91c3619e7525da770eb2d124bb3b5f9875 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 2 Oct 2019 23:28:08 +0300 Subject: Fix Dark Mode --- 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 fe1b0eb..d4c2304 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -29,7 +29,7 @@ NSString * const UserUpdatedNotificationName = @"UserUpdated"; - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [[UINavigationBar appearance] setTintColor:[UIColor colorNamed:@"Title"]]; - [[UINavigationBar appearance] setBarTintColor:[UIColor whiteColor]]; + [[UINavigationBar appearance] setBarTintColor:[UIColor colorNamed:@"Background"]]; [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Muted"]}]; [[UINavigationBar appearance] setLargeTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Muted"]}]; [[UIToolbar appearance] setTintColor:[UIColor colorNamed:@"Title"]]; -- cgit v1.2.3