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

@@ -15,11 +15,9 @@ const StyleInput: React.FC<StyleInputProps> = () => {
return (
<div>
<label htmlFor="style-input" hidden>
Icon Size
</label>
<select
id="style-input"
aria-label="Icon Style"
value={style?.toString()}
onChange={handleStyleChange}
>