Massive interactivity updates to all components
This commit is contained in:
@@ -17,11 +17,9 @@ const ColorInput: React.FC<ColorInputProps> = () => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<label htmlFor="color-picker" hidden>
|
||||
Icon Color
|
||||
</label>
|
||||
<input
|
||||
id="color-picker"
|
||||
aria-label="Icon Color"
|
||||
type="color"
|
||||
onChange={handleColorChange}
|
||||
value={color}
|
||||
|
||||
Reference in New Issue
Block a user