summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/NewAccountDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui/NewAccountDialog.qml')
-rw-r--r--components/package/contents/ui/NewAccountDialog.qml10
1 files changed, 7 insertions, 3 deletions
diff --git a/components/package/contents/ui/NewAccountDialog.qml b/components/package/contents/ui/NewAccountDialog.qml
index a1ac3324..fd1eeaec 100644
--- a/components/package/contents/ui/NewAccountDialog.qml
+++ b/components/package/contents/ui/NewAccountDialog.qml
@@ -24,12 +24,16 @@ import org.kde.kirigami 1.0 as Kirigami
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
26 26
27Rectangle { 27Item {
28 id: root 28 id: root
29 29
30 color: Kirigami.Theme.textColor 30 Rectangle {
31 id: background
32 anchors.fill: parent
31 33
32 opacity: 0.9 34 color: "black"
35 opacity: 0.6
36 }
33 37
34 MouseArea { 38 MouseArea {
35 anchors.fill: parent 39 anchors.fill: parent