const ColorPickerButton = ( { color } ) => { return (
); }; export default ColorPickerButton;