HI, Do we have any way to add gradient to the snac...
# compose
s
HI, Do we have any way to add gradient to the snack bar? I know a way to give the container color as Transparent and then add the gradient to the modifier. But the problem with snackbar remains that they have shadows that is making the color looks bad. Do, we have any solutions to do so?
🚫 1
o
I am afraid this is not possible with a
Snackbar
composable. Color looks bad due to shadows, which cannot be properly rendered when container is transparent. And there is no way how to disable shadowing for a
Snackbar
composable. I would recommend to create own snackbar composable with custom style.