react-color icon indicating copy to clipboard operation
react-color copied to clipboard

problem with custom styling

Open Chen-BBe opened this issue 4 years ago • 0 comments

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

Chen-BBe avatar Aug 04 '21 05:08 Chen-BBe