From e0de014eba1f739dd054fdf0b9988983aaf37653 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 20 Jun 2016 15:06:53 +0200 Subject: ensure that all the overlay dialogs work well with light and dark themes --- components/package/contents/ui/EditAccountDialog.qml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'components/package/contents/ui/EditAccountDialog.qml') diff --git a/components/package/contents/ui/EditAccountDialog.qml b/components/package/contents/ui/EditAccountDialog.qml index b450e5d6..26934c94 100644 --- a/components/package/contents/ui/EditAccountDialog.qml +++ b/components/package/contents/ui/EditAccountDialog.qml @@ -25,14 +25,20 @@ 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 { +Item { id: root property variant uiSource property variant accountId - color: Kirigami.Theme.textColor - opacity: 0.9 + Rectangle { + id: background + + anchors.fill: parent + + color: "black" + opacity: 0.9 + } MouseArea { anchors.fill: parent -- cgit v1.2.3