summaryrefslogtreecommitdiff
path: root/modules/launcher/AppList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher/AppList.qml')
-rw-r--r--modules/launcher/AppList.qml5
1 files changed, 3 insertions, 2 deletions
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