summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/OverlayDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui/OverlayDialog.qml')
-rw-r--r--components/package/contents/ui/OverlayDialog.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/package/contents/ui/OverlayDialog.qml b/components/package/contents/ui/OverlayDialog.qml
index da75ca99..760fb12e 100644
--- a/components/package/contents/ui/OverlayDialog.qml
+++ b/components/package/contents/ui/OverlayDialog.qml
@@ -24,6 +24,7 @@ import org.kde.kirigami 1.0 as Kirigami
24 24
25import org.kube.framework.settings 1.0 as KubeSettings 25import org.kube.framework.settings 1.0 as KubeSettings
26import org.kube.framework.domain 1.0 as KubeFramework 26import org.kube.framework.domain 1.0 as KubeFramework
27import org.kube.components.theme 1.0 as KubeTheme
27 28
28Item { 29Item {
29 id: root 30 id: root
@@ -54,7 +55,7 @@ Item {
54 height: root.height * 0.8 55 height: root.height * 0.8
55 width: root.width * 0.8 56 width: root.width * 0.8
56 57
57 color: Kirigami.Theme.backgroundColor 58 color: KubeTheme.Colors.backgroundColor
58 59
59 MouseArea { 60 MouseArea {
60 anchors.fill: parent 61 anchors.fill: parent