From 1fdaf24526ae688251307f2756bcdb9d7592e383 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 14:50:18 +1000 Subject: refactor: move colours to separate service --- modules/launcher/WallpaperItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launcher/WallpaperItem.qml') diff --git a/modules/launcher/WallpaperItem.qml b/modules/launcher/WallpaperItem.qml index c0b91d4..22f8eda 100644 --- a/modules/launcher/WallpaperItem.qml +++ b/modules/launcher/WallpaperItem.qml @@ -60,7 +60,7 @@ StyledRect { opacity: root.PathView.isCurrentItem ? 0.7 : 0 anchors.fill: mask radius: mask.radius - color: Appearance.colours.m3shadow + color: Colours.palette.m3shadow blur: 10 spread: 3 -- cgit v1.2.3-freya