diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-18 12:36:58 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-20 10:51:18 -0800 |
commit | d0d867d80a9d3748ff89eaab823993cea6196152 (patch) | |
tree | 9487720588656080306fe1ce16b6bf2b64f90787 /mobile-widgets/qml/main.qml | |
parent | 6a5f83d7daac766d24ed5d9502116df222b5a6ca (diff) | |
download | subsurface-d0d867d80a9d3748ff89eaab823993cea6196152.tar.gz |
mobile/UI: correctly theme the global and context drawers
This requires more changes to Kirigami, but with this we get dark
drawers (the menus that slide in from the side) in the dark theme.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 1f9f167c8..dbaadc433 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -614,6 +614,7 @@ if you have network connectivity and want to sync your data to cloud storage."), } Text { text: qsTr("Background location service active") + color: subsurfaceTheme.primaryTextColor visible: locationServiceEnabled anchors.verticalCenter: ls_logo.verticalCenter } |