summaryrefslogtreecommitdiffstats
path: root/components/package
diff options
context:
space:
mode:
Diffstat (limited to 'components/package')
-rw-r--r--components/package/contents/ui/NewAccountDialog.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/components/package/contents/ui/NewAccountDialog.qml b/components/package/contents/ui/NewAccountDialog.qml
index fe417fba..a1ac3324 100644
--- a/components/package/contents/ui/NewAccountDialog.qml
+++ b/components/package/contents/ui/NewAccountDialog.qml
@@ -23,12 +23,11 @@ import org.kde.kirigami 1.0 as Kirigami
23 23
24import org.kube.framework.settings 1.0 as KubeSettings 24import org.kube.framework.settings 1.0 as KubeSettings
25import org.kube.framework.domain 1.0 as KubeFramework 25import org.kube.framework.domain 1.0 as KubeFramework
26import org.kube.framework.theme 1.0
27 26
28Rectangle { 27Rectangle {
29 id: root 28 id: root
30 29
31 color: ColorPalette.border 30 color: Kirigami.Theme.textColor
32 31
33 opacity: 0.9 32 opacity: 0.9
34 33
@@ -46,7 +45,7 @@ Rectangle {
46 height: root.height * 0.8 45 height: root.height * 0.8
47 width: root.width * 0.8 46 width: root.width * 0.8
48 47
49 color: ColorPalette.background 48 color: Kirigami.Theme.backgroundColor
50 49
51 MouseArea { 50 MouseArea {
52 anchors.fill: parent 51 anchors.fill: parent