From 9b4324310ddb472493b5402a6290a057af7fdcab Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 30 Apr 2025 19:44:48 +1000 Subject: feat: use material colours --- modules/bar/Pills.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar/Pills.qml') diff --git a/modules/bar/Pills.qml b/modules/bar/Pills.qml index f54b0cf..26a0d9e 100644 --- a/modules/bar/Pills.qml +++ b/modules/bar/Pills.qml @@ -105,7 +105,7 @@ Item { component Pill: PaddedRect { id: pill - color: Appearance.alpha(Appearance.colours.base, false) + color: Appearance.alpha(Appearance.colours.m3surface, false) radius: Appearance.rounding.full padding: BarConfig.vertical ? [Appearance.padding.large, 0] : [0, Appearance.padding.large] -- cgit v1.2.3-freya