summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-06-21 16:43:46 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-06-21 16:43:46 +0200
commit1f51e1c94f31212a7953065537afa3f6a13bb377 (patch)
treeb8efefd1db8d19aee346c05e1594b1c9d153bd91
parentd1cdf4f8e15617a883edaa8ed13dd24c24482ade (diff)
downloadkube-1f51e1c94f31212a7953065537afa3f6a13bb377.tar.gz
kube-1f51e1c94f31212a7953065537afa3f6a13bb377.zip
use highlight color for dialog border for now
-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 f42d78aa..5950dab7 100644
--- a/components/package/contents/ui/AccountSwitcher.qml
+++ b/components/package/contents/ui/AccountSwitcher.qml
@@ -50,7 +50,7 @@ Button {
50 50
51 color: Kirigami.Theme.backgroundColor 51 color: Kirigami.Theme.backgroundColor
52 border.width: 1 52 border.width: 1
53 border.color: Kirigami.Theme.textColor //TODO change to Kirigami inactive text color once it is available 53 border.color: Kirigami.Theme.highlightColor //TODO change to Kirigami inactive text color once it is available
54 radius: 3 54 radius: 3
55 clip: true 55 clip: true
56 visible: false 56 visible: false