mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/UI: fix dive summary for dark theme
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b3c80c5ae0
commit
b0193f79d0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue