mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:43:24 +00:00
mobile/UI: make trip details edit theme aware
This got forgotten earlier. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
052a46b562
commit
dbb6256b67
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ Kirigami.Page {
|
|||
id: tripNotesField
|
||||
text: tripNotes
|
||||
textFormat: TextEdit.PlainText
|
||||
color: subsurfaceTheme.textColor
|
||||
Layout.columnSpan: 2
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
|
Loading…
Add table
Reference in a new issue