summaryrefslogtreecommitdiffstats
path: root/components/package
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-06-20 09:26:37 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-06-20 09:26:37 +0200
commit6eb45f0d18384e45b1cbca986e5386370c32f704 (patch)
tree36aa33c156b17a1641590f16496746dfc68e80b1 /components/package
parent3d81e5da850f459715b36b709b43d4f2bb0a2d51 (diff)
downloadkube-6eb45f0d18384e45b1cbca986e5386370c32f704.tar.gz
kube-6eb45f0d18384e45b1cbca986e5386370c32f704.zip
fix issues with dark themes for new account dialog
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