Closed leinardi closed 4 years ago
When using a RGBA hex value (e.g. 000000FF) the plugin crashes with the following error:
000000FF
The problem seems to be that Figma wants the alpha to be between 0 and 1 and the current code is sending a value between 0 and 255.
I already fixed the issue, I'm making a PR right now.
When using a RGBA hex value (e.g.
000000FF
) the plugin crashes with the following error:The problem seems to be that Figma wants the alpha to be between 0 and 1 and the current code is sending a value between 0 and 255.
I already fixed the issue, I'm making a PR right now.