From 6eb45f0d18384e45b1cbca986e5386370c32f704 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 20 Jun 2016 09:26:37 +0200 Subject: fix issues with dark themes for new account dialog --- components/package/contents/ui/NewAccountDialog.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'components/package') 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 import org.kube.framework.settings 1.0 as KubeSettings import org.kube.framework.domain 1.0 as KubeFramework -import org.kube.framework.theme 1.0 Rectangle { id: root - color: ColorPalette.border + color: Kirigami.Theme.textColor opacity: 0.9 @@ -46,7 +45,7 @@ Rectangle { height: root.height * 0.8 width: root.width * 0.8 - color: ColorPalette.background + color: Kirigami.Theme.backgroundColor MouseArea { anchors.fill: parent -- cgit v1.2.3