vikignt/svelte-mui

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

trufa2017 opened this issue · 3 comments

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!

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

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

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