diff options
Diffstat (limited to 'modules/launcher/WallpaperItem.qml')
| -rw-r--r-- | modules/launcher/WallpaperItem.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |