website/src/views/components/ColorPicker.tsx
Function ColorPicker
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ColorPicker = memo<Props>((props) => {
const renderColorPicker: ChildrenFunction<ColorIndex> = ({
getToggleButtonProps,
getItemProps,
getMenuProps,