fix: cookie quote shadow color

This commit is contained in:
darksignal7
2025-10-08 23:45:00 +03:00
parent 74787f8927
commit a35d128bb5
@@ -25,7 +25,7 @@ Item {
verticalOffset: 2 verticalOffset: 2
radius: 12 radius: 12
samples: radius * 2 + 1 samples: radius * 2 + 1
color: root.colShadow color: Appearance.colors.colShadow
transparentBorder: true transparentBorder: true
} }