diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index cf4f99e5a..b724bdf3c 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -50,6 +50,7 @@ Kirigami.ScrollablePage { width: parent.width height: diveListEntry.height + Kirigami.Units.smallSpacing backgroundColor: checked ? subsurfaceTheme.primaryColor : subsurfaceTheme.backgroundColor + activeBackgroundColor: subsurfaceTheme.primaryColor textColor: checked ? subsurfaceTheme.primaryTextColor : subsurfaceTheme.textColor property real detailsOpacity : 0 |