From ed55afbcd87807b3a84910c51c1791c9425de1a6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 9 May 2025 22:24:49 +1000 Subject: launcher: better style --- modules/launcher/AppList.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/launcher/AppList.qml') diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml index b408276..7e3bef0 100644 --- a/modules/launcher/AppList.qml +++ b/modules/launcher/AppList.qml @@ -38,8 +38,9 @@ ListView { highlightResizeDuration: 0 highlight: StyledRect { - radius: Appearance.rounding.normal - color: Colours.alpha(Colours.palette.m3surfaceContainerHigh, true) + radius: Appearance.rounding.full + color: Colours.palette.m3onSurface + opacity: 0.08 } delegate: isAction ? actionItem : appItem -- cgit v1.2.3-freya