diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-20 09:38:35 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-20 09:38:35 +0200 |
commit | 395ebff48c7f7734375d68155cdb1a55aed46928 (patch) | |
tree | 97e646f7fb62a63b4a224256055e2a2b4e29178a /components/package | |
parent | 6eb45f0d18384e45b1cbca986e5386370c32f704 (diff) | |
download | kube-395ebff48c7f7734375d68155cdb1a55aed46928.tar.gz kube-395ebff48c7f7734375d68155cdb1a55aed46928.zip |
fix issues with dark themes in the account switcher
Diffstat (limited to 'components/package')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index f0b1d17e..914f5204 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -48,7 +48,7 @@ Button { | |||
48 | height: 300 | 48 | height: 300 |
49 | width: 600 | 49 | width: 600 |
50 | 50 | ||
51 | color: "lightgrey" //FIXME create a propper dialog thingy | 51 | color: Kirigami.Theme.textColor |
52 | radius: 3 | 52 | radius: 3 |
53 | clip: true | 53 | clip: true |
54 | visible: false | 54 | visible: false |