diff options
Diffstat (limited to 'components')
-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 |