vikignt / svelte-mui

Simple Svelte 3 UI components
MIT License
318 stars 38 forks source link

Button raised or unleveled property cause Error: Invalid HEX color! #22

Closed trufa2017 closed 4 years ago

trufa2017 commented 4 years ago

Hi, thanks for this great work. My button looks like this: <Button raised> Hi</Button> <Button unelevated> Hi</Button>

and throws error in : in file : lib>colors.js in line 56 , throws new error Error: Invalid HEX color!

vikignt commented 4 years ago

Thank you. This problem has been solved d4f1fed, but not yet published on npm. I will publish it in the next few days.

vikignt commented 4 years ago

Ok. v0.3.3 has been published. Try it, and if you have any problems let me know.

trufa2017 commented 4 years ago

That was super fast response, thank you very much vikignt, raised now works perfectly !