Button raised or unleveled property cause Error: Invalid HEX color!
trufa2017 opened this issue · 3 comments
trufa2017 commented
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
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
Ok. v0.3.3 has been published. Try it, and if you have any problems let me know.
trufa2017 commented
That was super fast response, thank you very much vikignt, raised now works perfectly !