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 }