summaryrefslogtreecommitdiffstats
path: root/components/accounts/contents/ui/CreateGmail.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/contents/ui/CreateGmail.qml')
-rw-r--r--components/accounts/contents/ui/CreateGmail.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/accounts/contents/ui/CreateGmail.qml b/components/accounts/contents/ui/CreateGmail.qml
index 5d7f8194..d031a051 100644
--- a/components/accounts/contents/ui/CreateGmail.qml
+++ b/components/accounts/contents/ui/CreateGmail.qml
@@ -23,6 +23,7 @@ import QtQuick.Controls 2.0 as Controls2
23import org.kde.kirigami 1.0 as Kirigami 23import org.kde.kirigami 1.0 as Kirigami
24 24
25import org.kube.framework.accounts 1.0 as KubeAccounts 25import org.kube.framework.accounts 1.0 as KubeAccounts
26import org.kube.components.theme 1.0 as KubeTheme
26 27
27Item { 28Item {
28 29
@@ -52,7 +53,7 @@ Item {
52 id: heading 53 id: heading
53 text: "Connect your Gmail account" 54 text: "Connect your Gmail account"
54 55
55 color: Kirigami.Theme.highlightColor 56 color: KubeTheme.Colors.highlightColor
56 } 57 }
57 58
58 Kirigami.Label { 59 Kirigami.Label {
@@ -67,7 +68,7 @@ Item {
67 68
68 text: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube." 69 text: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube."
69 70
70 color: Kirigami.Theme.disabledTextColor 71 color: KubeTheme.Colors.disabledTextColor
71 72
72 wrapMode: Text.Wrap 73 wrapMode: Text.Wrap
73 } 74 }