Cannot created RGB shadows without it freaking out
Hi,
thats a visual bug on our side because of how we parse the shadow string. I am logging this on our side, but in the meantime, here are two solutions you can use
- Convert your rgb value to an hex value
- Bind the shadow and return a string yourself, similar to css specs.
2 Likes