From 2e0b8733590fe003fa6c236af752b42608fc6f74 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Thu, 1 Jun 2017 14:57:06 +0300 Subject: [PATCH] [cherry] [MAPSME-4640] [ios] Fixed SFSafariViewController bottom buttons coloring. --- iphone/Maps/Classes/MapsAppDelegate.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm index 9375acd154..c081cef0de 100644 --- a/iphone/Maps/Classes/MapsAppDelegate.mm +++ b/iphone/Maps/Classes/MapsAppDelegate.mm @@ -739,7 +739,6 @@ using namespace osm_auth_ios; NSForegroundColorAttributeName : [UIColor lightGrayColor], } forState:UIControlStateDisabled]; - barBtn.tintColor = [UIColor whitePrimaryText]; UIPageControl * pageControl = [UIPageControl appearance]; pageControl.pageIndicatorTintColor = [UIColor blackHintText];