diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-19 14:21:57 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-20 10:51:18 -0800 |
commit | b0193f79d05535317f21897ba406c84d57e178fc (patch) | |
tree | 410367b534889884eb05764cdbad489fa493a6ec /mobile-widgets/qml | |
parent | b3c80c5ae0d518507a14b760a2dc1823a67efb1f (diff) | |
download | subsurface-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.qml | 1 |
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 |