diff options
Diffstat (limited to 'modules/notifications')
| -rw-r--r-- | modules/notifications/Background.qml | 2 |
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) |