forked from organicmaps/organicmaps
[iOS] Fixed 'MoreButton' background
https://jira.mail.ru/browse/MAPSME-13218
This commit is contained in:
parent
742a5e464e
commit
379d9fbe23
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ class GlobalStyleSheet: IStyleSheet {
|
|||
theme.add(styleName: "MoreButton") { (s) -> (Void) in
|
||||
s.fontColor = colors.linkBlue
|
||||
s.fontColorHighlighted = colors.linkBlueHighlighted
|
||||
s.backgroundColor = colors.white
|
||||
s.backgroundColor = colors.clear
|
||||
s.font = fonts.regular16
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue