diff options
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r-- | components/accounts/contents/ui/AccountWizard.qml | 3 |
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 | |||
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | import QtQuick.Controls 2.0 as Controls2 | 21 | import QtQuick.Controls 2.0 as Controls2 |
22 | import org.kde.kirigami 1.0 as Kirigami | 22 | import org.kde.kirigami 1.0 as Kirigami |
23 | import org.kube.components.theme 1.0 as KubeTheme | ||
23 | 24 | ||
24 | Controls2.Popup { | 25 | Controls2.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 { |