Massive interactivity updates to all components

This commit is contained in:
rektdeckard
2020-07-24 14:40:07 -04:00
parent 8ae4cb2b81
commit ecb51191d8
14 changed files with 340 additions and 82 deletions

View File

@@ -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}