summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/package/contents/ui/AccountSwitcher.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml
index 914f5204..f42d78aa 100644
--- a/components/package/contents/ui/AccountSwitcher.qml
+++ b/components/package/contents/ui/AccountSwitcher.qml
@@ -48,7 +48,9 @@ Button {
48 height: 300 48 height: 300
49 width: 600 49 width: 600
50 50
51 color: Kirigami.Theme.textColor 51 color: Kirigami.Theme.backgroundColor
52 border.width: 1
53 border.color: Kirigami.Theme.textColor //TODO change to Kirigami inactive text color once it is available
52 radius: 3 54 radius: 3
53 clip: true 55 clip: true
54 visible: false 56 visible: false