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:
Jan Mulder 2018-10-04 13:05:50 +02:00 committed by Dirk Hohndel
parent 3c18618bfb
commit 68fdc0b6f4

View file

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