Skip to content

Commit

Permalink
fix #1227
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Aug 15, 2021
1 parent 610bce8 commit 81fbbd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Themes/ThemeCreate.js
Expand Up @@ -22,6 +22,7 @@ const HighlightPicker = ({ title, onChange, color }) => (
<span className="capitalize">{title}</span>
</div>
<ColorPicker
key={title}
color={color}
onChange={onChange}
presets={colorPresets}
Expand Down

0 comments on commit 81fbbd2

Please sign in to comment.