From e8cb8b836175d77eac8456a7c4287d7e9c45fea7 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Tue, 13 Jun 2017 17:18:42 +0300 Subject: [PATCH] [MAPSME-4728] Fixed navbar buttons coloring. --- iphone/Maps/Classes/MapsAppDelegate.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm index 16d31f49e7..6a28fb2a3e 100644 --- a/iphone/Maps/Classes/MapsAppDelegate.mm +++ b/iphone/Maps/Classes/MapsAppDelegate.mm @@ -739,6 +739,7 @@ using namespace osm_auth_ios; NSForegroundColorAttributeName : [UIColor lightGrayColor], } forState:UIControlStateDisabled]; + [UIBarButtonItem appearanceWhenContainedIn:[UINavigationBar class], nil].tintColor = [UIColor whitePrimaryText]; UIPageControl * pageControl = [UIPageControl appearance]; pageControl.pageIndicatorTintColor = [UIColor blackHintText];