This commit is contained in:
Dominik Prokop 2019-01-18 16:44:58 +01:00
parent 25e60565ad
commit 4f516faa82

View File

@ -19,7 +19,7 @@ const NamedColorsPalette = ({ color, onChange, theme }: NamedColorsPaletteProps)
selectedColor={color}
colors={colors}
onColorSelect={color => {
onChange(color.name)
onChange(color.name);
}}
/>
);