forked from organicmaps/organicmaps
[ios] fix: background color for cells selected state
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
parent
3807c7207e
commit
d48a2546cc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue