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:
Dirk Hohndel 2020-12-21 14:01:08 -08:00
parent 052a46b562
commit dbb6256b67

View file

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