forked from organicmaps/organicmaps
[MAPSME-4728] Fixed navbar buttons coloring.
This commit is contained in:
parent
d94f05b1ea
commit
e8cb8b8361
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue