summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-19 14:21:57 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-20 10:51:18 -0800
commitb0193f79d05535317f21897ba406c84d57e178fc (patch)
tree410367b534889884eb05764cdbad489fa493a6ec /mobile-widgets/qml
parentb3c80c5ae0d518507a14b760a2dc1823a67efb1f (diff)
downloadsubsurface-b0193f79d05535317f21897ba406c84d57e178fc.tar.gz
mobile/UI: fix dive summary for dark theme
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r--mobile-widgets/qml/DiveSummary.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveSummary.qml b/mobile-widgets/qml/DiveSummary.qml
index da2e96d20..8fa9601da 100644
--- a/mobile-widgets/qml/DiveSummary.qml
+++ b/mobile-widgets/qml/DiveSummary.qml
@@ -163,6 +163,7 @@ Kirigami.ScrollablePage {
Rectangle {
width: headerColumnWidth * 3 - Kirigami.Units.gridUnit * 2
height: sectionLabel.height + Kirigami.Units.largeSpacing
+ color: subsurfaceTheme.backgroundColor
Label {
id: sectionLabel
anchors.verticalCenter: parent.verticalCenter