From 5b47bea3e75c3d03e99d956f3a437c4f8af77d1b Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 30 Mar 2017 12:29:51 +0200 Subject: use kube theme in AccountWizard --- components/accounts/contents/ui/AccountWizard.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/accounts') diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index e3d12638..802f44a3 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml @@ -20,6 +20,7 @@ import QtQuick 2.7 import QtQuick.Layouts 1.1 import QtQuick.Controls 2.0 as Controls2 import org.kde.kirigami 1.0 as Kirigami +import org.kube.components.theme 1.0 as KubeTheme Controls2.Popup { id: popup @@ -49,7 +50,7 @@ Controls2.Popup { Kirigami.Heading { id: heading text: "Select your new account type" - color: Kirigami.Theme.highlightColor + color: KubeTheme.Colors.highlightColor } ColumnLayout { -- cgit v1.2.3