diff --git a/iphone/Maps/Core/Theme/GlobalStyleSheet.swift b/iphone/Maps/Core/Theme/GlobalStyleSheet.swift index 6205b63049..1ee1021bd6 100644 --- a/iphone/Maps/Core/Theme/GlobalStyleSheet.swift +++ b/iphone/Maps/Core/Theme/GlobalStyleSheet.swift @@ -88,6 +88,7 @@ class GlobalStyleSheet: IStyleSheet { theme.add(styleName: "Background") { (s) -> (Void) in s.backgroundColor = colors.white + s.backgroundColorSelected = colors.pressBackground } theme.add(styleName: "PressBackground") { (s) -> (Void) in