summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-21 14:01:08 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-21 14:01:08 -0800
commitdbb6256b67ca33bbbf8a071e31112afef7160f38 (patch)
tree66135ceca4b7b348d3e6a76ac9a4100f3a1c684c /mobile-widgets
parent052a46b562695527d46b713bc831a11cae10482a (diff)
downloadsubsurface-dbb6256b67ca33bbbf8a071e31112afef7160f38.tar.gz
mobile/UI: make trip details edit theme aware
This got forgotten earlier. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/TripDetails.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/TripDetails.qml b/mobile-widgets/qml/TripDetails.qml
index 6750a9350..6973c73e5 100644
--- a/mobile-widgets/qml/TripDetails.qml
+++ b/mobile-widgets/qml/TripDetails.qml
@@ -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