Mike Fix 3 years ago
parent 610bce898e
commit 81fbbd25f2
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -22,6 +22,7 @@ const HighlightPicker = ({ title, onChange, color }) => (
<span className="capitalize">{title}</span>
</div>
<ColorPicker
key={title}
color={color}
onChange={onChange}
presets={colorPresets}

Loading…
Cancel
Save