diff options
Diffstat (limited to 'modules/bar/Pills.qml')
| -rw-r--r-- | modules/bar/Pills.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/Pills.qml b/modules/bar/Pills.qml index 5337221..dffd65f 100644 --- a/modules/bar/Pills.qml +++ b/modules/bar/Pills.qml @@ -71,7 +71,7 @@ Item { } } - component Pill: Box { + component Pill: PaddedRect { id: pill color: Appearance.alpha(Appearance.colours.base, false) |