refractor shadows

This commit is contained in:
end-4
2025-05-30 09:32:17 +02:00
parent 7966a8dadf
commit cbe086d835
12 changed files with 35 additions and 69 deletions
@@ -105,14 +105,9 @@ Item { // Notification group area
}
}
RectangularShadow {
StyledRectangularShadow {
target: background
visible: popup
anchors.fill: background
radius: background.radius
blur: 1.2 * Appearance.sizes.elevationMargin
spread: 1
color: Appearance.colors.colShadow
}
Rectangle { // Background of the notification
id: background