[ios] fix: background color for cells selected state

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
Kiryl Kaveryn 2023-11-27 01:39:58 +04:00 committed by Alexander Borsuk
parent 3807c7207e
commit d48a2546cc

View file

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