summaryrefslogtreecommitdiff
path: root/modules/notifications/Background.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-28 18:57:51 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-28 18:57:51 +1000
commitc9f1d4138fd62ad61d108b48cc618e5d38ae499f (patch)
treecb51305b7e70533fe32dd679b6a1c8d8ae6fb66d /modules/notifications/Background.qml
parentreadme: add stuff (diff)
downloadcaelestia-shell-c9f1d4138fd62ad61d108b48cc618e5d38ae499f.tar.gz
caelestia-shell-c9f1d4138fd62ad61d108b48cc618e5d38ae499f.tar.bz2
caelestia-shell-c9f1d4138fd62ad61d108b48cc618e5d38ae499f.zip
config: fix overwrite on startup
Diffstat (limited to 'modules/notifications/Background.qml')
-rw-r--r--modules/notifications/Background.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notifications/Background.qml b/modules/notifications/Background.qml
index 4a38510..8795b14 100644
--- a/modules/notifications/Background.qml
+++ b/modules/notifications/Background.qml
@@ -14,7 +14,7 @@ ShapePath {
property real fullHeightRounding: wrapper.height >= QsWindow.window?.height - Config.border.thickness * 2 ? -rounding : rounding
strokeWidth: -1
- fillColor: Config.border.colour
+ fillColor: Colours.palette.m3surface
PathLine {
relativeX: -(root.wrapper.width + root.rounding)