diff options
Diffstat (limited to 'modules/session/Background.qml')
| -rw-r--r-- | modules/session/Background.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/session/Background.qml b/modules/session/Background.qml index 12cce6a..0a5f928 100644 --- a/modules/session/Background.qml +++ b/modules/session/Background.qml @@ -12,7 +12,7 @@ ShapePath { readonly property real roundingX: flatten ? wrapper.width / 2 : rounding strokeWidth: -1 - fillColor: Config.border.colour + fillColor: Colours.palette.m3surface PathArc { relativeX: -root.roundingX |