diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-21 16:43:46 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-21 16:43:46 +0200 |
commit | 1f51e1c94f31212a7953065537afa3f6a13bb377 (patch) | |
tree | b8efefd1db8d19aee346c05e1594b1c9d153bd91 /components/package/contents | |
parent | d1cdf4f8e15617a883edaa8ed13dd24c24482ade (diff) | |
download | kube-1f51e1c94f31212a7953065537afa3f6a13bb377.tar.gz kube-1f51e1c94f31212a7953065537afa3f6a13bb377.zip |
use highlight color for dialog border for now
Diffstat (limited to 'components/package/contents')
-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 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 |