Hello,
I remember when you had a bug where shadows where clipped. I’m running into a similar app and I can’t find out what’s wrong. I’m also using Compose and elevated cards. Can you help? Thanks!
You must log in or register to comment.
You are probably clipping the shadow. I’m not sure how you’d do it in compose since I’m mostly still using views but if there is a padding modifier or clip modifier you can either add padding or adjust the clipping to not clip children.
Alright, thanks


