diff --git a/src/components/ColorPicker.tsx b/src/components/ColorPicker.tsx index 956a215c..f82af8ca 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 )} -
+ ))}