[cherry] [MAPSME-4640] [ios] Fixed SFSafariViewController bottom buttons coloring.

This commit is contained in:
Ilya Grechuhin 2017-06-01 14:57:06 +03:00
parent 5b8b227a19
commit 2e0b873359

View file

@ -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];