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>
This commit is contained in:
Dirk Hohndel 2020-12-18 12:36:58 -08:00
parent 6a5f83d7da
commit d0d867d80a
2 changed files with 97 additions and 0 deletions

View file

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