diff --git a/containments/homescreens/folio/qml/main.qml b/containments/homescreens/folio/qml/main.qml index 959f48c6..f9e5269b 100644 --- a/containments/homescreens/folio/qml/main.qml +++ b/containments/homescreens/folio/qml/main.qml @@ -223,9 +223,7 @@ ContainmentItem { Rectangle { anchors.fill: parent - Kirigami.Theme.inherit: false - Kirigami.Theme.colorSet: Kirigami.Theme.Window - color: Kirigami.Theme.backgroundColor + color: Qt.rgba(0, 0, 0, 0.5) transform: Translate { y: dockOverlay.dockOffset } }