hex color model is broken
logaretm opened this issue · 1 comments
logaretm commented
Describe the bug
When using model="hex"
on the verte component, the component becomes unusable, the output color is incorrectly formatted (the alpha portion). And the sliders disappear.
To Reproduce
- Use
model="hex"
on the verte component. - The sliders disappear, no way to modify the color.
Expected behavior
It should use the RGB sliders. And the output color should be in a correctly formatted hex value.
Additional context
The Hex color formatting issue can be tracked in this issue: baianat/color-fns#3
The sliders and color updates are implementation issues in verte
.