diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-21 14:01:08 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-21 14:01:08 -0800 |
commit | dbb6256b67ca33bbbf8a071e31112afef7160f38 (patch) | |
tree | 66135ceca4b7b348d3e6a76ac9a4100f3a1c684c /mobile-widgets | |
parent | 052a46b562695527d46b713bc831a11cae10482a (diff) | |
download | subsurface-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.qml | 1 |
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 |