mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue