|
@@ -95,6 +95,7 @@ const NamedColorsGroup: FunctionComponent<NamedColorsGroupProps> = ({
|
|
|
isSelected={color.name === selectedColor}
|
|
isSelected={color.name === selectedColor}
|
|
|
color={getColorForTheme(color, theme)}
|
|
color={getColorForTheme(color, theme)}
|
|
|
onClick={() => onColorSelect(color)}
|
|
onClick={() => onColorSelect(color)}
|
|
|
|
|
+ theme={theme}
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
)
|
|
)
|