QML UI: set proper active background color for downloaded dives
And another simple one. Make the active background of the dowloaded dives follow the theme. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
3c18618bfb
commit
68fdc0b6f4
@ -20,6 +20,7 @@ Kirigami.AbstractListItem {
|
||||
height: Math.round(Kirigami.Units.gridUnit * 1.8)
|
||||
padding: 0
|
||||
|
||||
activeBackgroundColor: subsurfaceTheme.primaryColor
|
||||
property color textColor: subsurfaceTheme.secondaryTextColor
|
||||
|
||||
Row {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user