diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DownloadedDiveDelegate.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DownloadedDiveDelegate.qml b/mobile-widgets/qml/DownloadedDiveDelegate.qml index ff4c37543..d5674db6d 100644 --- a/mobile-widgets/qml/DownloadedDiveDelegate.qml +++ b/mobile-widgets/qml/DownloadedDiveDelegate.qml @@ -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 { |