[iOS] Fixed 'MoreButton' background

https://jira.mail.ru/browse/MAPSME-13218
This commit is contained in:
Alexander Boriskov 2020-02-19 15:35:02 +03:00 committed by Aleksandr Zatsepin
parent 742a5e464e
commit 379d9fbe23

View file

@ -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
}