casesandberg / react-color

:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
http://casesandberg.github.io/react-color/
MIT License
12.05k stars 922 forks source link

problem with custom styling #832

Open Chen-BBe opened 3 years ago

Chen-BBe commented 3 years ago

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' } } }} />