From 379d9fbe233a2fca645408eb284e78a6725b8163 Mon Sep 17 00:00:00 2001 From: Alexander Boriskov Date: Wed, 19 Feb 2020 15:35:02 +0300 Subject: [PATCH] [iOS] Fixed 'MoreButton' background https://jira.mail.ru/browse/MAPSME-13218 --- iphone/Maps/Core/Theme/GlobalStyleSheet.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Core/Theme/GlobalStyleSheet.swift b/iphone/Maps/Core/Theme/GlobalStyleSheet.swift index 85e5f628a4..0150528b89 100644 --- a/iphone/Maps/Core/Theme/GlobalStyleSheet.swift +++ b/iphone/Maps/Core/Theme/GlobalStyleSheet.swift @@ -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 }