mobile/UI: fix dive summary for dark theme

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-19 14:21:57 -08:00
parent b3c80c5ae0
commit b0193f79d0

View file

@ -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