diff options
Diffstat (limited to 'components/package/contents/ui/EditAccount.qml')
-rw-r--r-- | components/package/contents/ui/EditAccount.qml | 5 |
1 files changed, 3 insertions, 2 deletions
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 | |||
24 | import org.kde.kirigami 1.0 as Kirigami | 24 | import org.kde.kirigami 1.0 as Kirigami |
25 | 25 | ||
26 | import org.kube.framework.accounts 1.0 as KubeAccounts | 26 | import org.kube.framework.accounts 1.0 as KubeAccounts |
27 | import org.kube.components.theme 1.0 as KubeTheme | ||
27 | 28 | ||
28 | Item { | 29 | Item { |
29 | id: root | 30 | id: root |
@@ -44,7 +45,7 @@ Item { | |||
44 | Kirigami.Heading { | 45 | Kirigami.Heading { |
45 | id: heading | 46 | id: heading |
46 | text: loader.item.heading | 47 | text: loader.item.heading |
47 | color: Kirigami.Theme.highlightColor | 48 | color: KubeTheme.Colors.highlightColor |
48 | } | 49 | } |
49 | 50 | ||
50 | Kirigami.Label { | 51 | Kirigami.Label { |
@@ -57,7 +58,7 @@ Item { | |||
57 | 58 | ||
58 | width: parent.width | 59 | width: parent.width |
59 | text: loader.item.subheadline | 60 | text: loader.item.subheadline |
60 | color: Kirigami.Theme.disabledTextColor | 61 | color: KubeTheme.Colors.disabledTextColor |
61 | wrapMode: Text.Wrap | 62 | wrapMode: Text.Wrap |
62 | } | 63 | } |
63 | 64 | ||