diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-20 09:26:37 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-20 09:26:37 +0200 |
commit | 6eb45f0d18384e45b1cbca986e5386370c32f704 (patch) | |
tree | 36aa33c156b17a1641590f16496746dfc68e80b1 /components/package/contents | |
parent | 3d81e5da850f459715b36b709b43d4f2bb0a2d51 (diff) | |
download | kube-6eb45f0d18384e45b1cbca986e5386370c32f704.tar.gz kube-6eb45f0d18384e45b1cbca986e5386370c32f704.zip |
fix issues with dark themes for new account dialog
Diffstat (limited to 'components/package/contents')
-rw-r--r-- | components/package/contents/ui/NewAccountDialog.qml | 5 |
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 | ||
24 | import org.kube.framework.settings 1.0 as KubeSettings | 24 | import org.kube.framework.settings 1.0 as KubeSettings |
25 | import org.kube.framework.domain 1.0 as KubeFramework | 25 | import org.kube.framework.domain 1.0 as KubeFramework |
26 | import org.kube.framework.theme 1.0 | ||
27 | 26 | ||
28 | Rectangle { | 27 | Rectangle { |
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 |