From d48a2546cc5b289cf82c78c36038060be3377802 Mon Sep 17 00:00:00 2001 From: Kiryl Kaveryn Date: Mon, 27 Nov 2023 01:39:58 +0400 Subject: [PATCH] [ios] fix: background color for cells selected state Signed-off-by: Kiryl Kaveryn --- iphone/Maps/Core/Theme/GlobalStyleSheet.swift | 1 + 1 file changed, 1 insertion(+) 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