mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-07 20:33:23 +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
|
id: tripNotesField
|
||||||
text: tripNotes
|
text: tripNotes
|
||||||
textFormat: TextEdit.PlainText
|
textFormat: TextEdit.PlainText
|
||||||
|
color: subsurfaceTheme.textColor
|
||||||
Layout.columnSpan: 2
|
Layout.columnSpan: 2
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue