summaryrefslogtreecommitdiffstats
path: root/components/package/contents
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-06-20 09:38:35 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-06-20 09:38:35 +0200
commit395ebff48c7f7734375d68155cdb1a55aed46928 (patch)
tree97e646f7fb62a63b4a224256055e2a2b4e29178a /components/package/contents
parent6eb45f0d18384e45b1cbca986e5386370c32f704 (diff)
downloadkube-395ebff48c7f7734375d68155cdb1a55aed46928.tar.gz
kube-395ebff48c7f7734375d68155cdb1a55aed46928.zip
fix issues with dark themes in the account switcher
Diffstat (limited to 'components/package/contents')
-rw-r--r--components/package/contents/ui/AccountSwitcher.qml2
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