render/shadow: Adjust alpha by light/dark mode

This commit is contained in:
Victoria Brekenfeld 2025-12-16 19:16:32 +01:00 committed by Victoria Brekenfeld
parent 1e0c4f9b05
commit d1fb9087b2
3 changed files with 8 additions and 5 deletions

View file

@ -711,6 +711,7 @@ impl CosmicStack {
radii,
if activated { alpha } else { alpha * 0.75 },
output_scale.x,
theme.cosmic().is_dark,
))
.into(),
)