diff --git a/src/components/ColorPicker.tsx b/src/components/ColorPicker.tsx index 956a215cfc..f82af8cabb 100644 --- a/src/components/ColorPicker.tsx +++ b/src/components/ColorPicker.tsx @@ -24,7 +24,7 @@ const Picker = function({
{colors.map(color => ( -
{ onChange(color); @@ -39,7 +39,7 @@ const Picker = function({ ) : ( undefined )} -
+ ))}