diff options
Diffstat (limited to 'modules/bar')
| -rw-r--r-- | modules/bar/popouts/Background.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/popouts/Background.qml b/modules/bar/popouts/Background.qml index d626ec1..6aeb205 100644 --- a/modules/bar/popouts/Background.qml +++ b/modules/bar/popouts/Background.qml @@ -16,7 +16,7 @@ ShapePath { property real sideRounding: startX > 0 ? -1 : 1 strokeWidth: -1 - fillColor: Config.border.colour + fillColor: Colours.palette.m3surface PathArc { relativeX: root.roundingX |