react-color
react-color copied to clipboard
problem with custom styling
Hi,
I was trying to custom my own colour picker widget and somehow it did not render Hue component with my own custom styles, why is this? I inserted styles exactly same as here.
<Hue { ...red } styles={{ default: { picker: { borderRadius: '10px' } } }} />