From 1f51e1c94f31212a7953065537afa3f6a13bb377 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Tue, 21 Jun 2016 16:43:46 +0200 Subject: use highlight color for dialog border for now --- components/package/contents/ui/AccountSwitcher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/package') 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 { color: Kirigami.Theme.backgroundColor border.width: 1 - border.color: Kirigami.Theme.textColor //TODO change to Kirigami inactive text color once it is available + border.color: Kirigami.Theme.highlightColor //TODO change to Kirigami inactive text color once it is available radius: 3 clip: true visible: false -- cgit v1.2.3