react-color
react-color copied to clipboard
Apply custom styles on ChromeFields in ChromePicker
ChromePicker should allow custom styles to be applied on ChromeFields
File: react-color/src/components/chrome/Chrome.js
I custom style manually by getting the elements with JS, and then changing the values, removing elements I dont want etc.
@PCMACHero Can you provide an example? Using CSS to do the same but seems like an overkill.
@PCMACHero did you have an example of that? I am running into the same problem
It would be really helpful if the components, like ChromeFields
, took a style
prop like EditableInput
does.
The fact that styles are applied inline makes them incredibly difficult to override.
Being able to edit styles of some of the components in ChromePicker while not all of them is really frustrating. Hopefully this get fixed soon. Just want to edit the styles of ChromeFields the way I edit other components in ChromeFields.