summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/TripDetails.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/TripDetails.qml')
-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