From 23c08a63743c8e904a474df2a5dd9e733938b097 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 29 Mar 2017 17:09:08 +0200 Subject: port editaccount to kube theme --- components/package/contents/ui/EditAccount.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'components/package') diff --git a/components/package/contents/ui/EditAccount.qml b/components/package/contents/ui/EditAccount.qml index 99a5f457..8618ec91 100644 --- a/components/package/contents/ui/EditAccount.qml +++ b/components/package/contents/ui/EditAccount.qml @@ -24,6 +24,7 @@ import QtQuick.Controls 2.0 as Controls2 import org.kde.kirigami 1.0 as Kirigami import org.kube.framework.accounts 1.0 as KubeAccounts +import org.kube.components.theme 1.0 as KubeTheme Item { id: root @@ -44,7 +45,7 @@ Item { Kirigami.Heading { id: heading text: loader.item.heading - color: Kirigami.Theme.highlightColor + color: KubeTheme.Colors.highlightColor } Kirigami.Label { @@ -57,7 +58,7 @@ Item { width: parent.width text: loader.item.subheadline - color: Kirigami.Theme.disabledTextColor + color: KubeTheme.Colors.disabledTextColor wrapMode: Text.Wrap } -- cgit v1.2.3