diff options
Diffstat (limited to 'modules/background')
| -rw-r--r-- | modules/background/Border.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/background/Border.qml b/modules/background/Border.qml index a11c565..e944299 100644 --- a/modules/background/Border.qml +++ b/modules/background/Border.qml @@ -1,4 +1,5 @@ import "root:/widgets" +import "root:/services" import "root:/config" import Quickshell import QtQuick @@ -33,7 +34,7 @@ Scope { id: rect anchors.fill: parent - color: Appearance.alpha(Appearance.colours.m3surface, false) + color: Colours.alpha(Colours.palette.m3surface, false) visible: false } |