summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/AccountWizard.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-03-30 12:29:51 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-03-30 12:29:51 +0200
commit5b47bea3e75c3d03e99d956f3a437c4f8af77d1b (patch)
tree4ba8b6fe335915b642054578f7d597598b91bab7 /components/accounts/contents/ui/AccountWizard.qml
parent15fc8cb879f4fa2f899a827e13bfecf0b966379d (diff)
downloadkube-5b47bea3e75c3d03e99d956f3a437c4f8af77d1b.tar.gz
kube-5b47bea3e75c3d03e99d956f3a437c4f8af77d1b.zip
use kube theme in AccountWizard
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r--components/accounts/contents/ui/AccountWizard.qml3
1 files changed, 2 insertions, 1 deletions
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
20import QtQuick.Layouts 1.1 20import QtQuick.Layouts 1.1
21import QtQuick.Controls 2.0 as Controls2 21import QtQuick.Controls 2.0 as Controls2
22import org.kde.kirigami 1.0 as Kirigami 22import org.kde.kirigami 1.0 as Kirigami
23import org.kube.components.theme 1.0 as KubeTheme
23 24
24Controls2.Popup { 25Controls2.Popup {
25 id: popup 26 id: popup
@@ -49,7 +50,7 @@ Controls2.Popup {
49 Kirigami.Heading { 50 Kirigami.Heading {
50 id: heading 51 id: heading
51 text: "Select your new account type" 52 text: "Select your new account type"
52 color: Kirigami.Theme.highlightColor 53 color: KubeTheme.Colors.highlightColor
53 } 54 }
54 55
55 ColumnLayout { 56 ColumnLayout {