diff --git a/app/configurator/components/chart-controls/color-palette.tsx b/app/configurator/components/chart-controls/color-palette.tsx index db084f9d0..225ab9c89 100644 --- a/app/configurator/components/chart-controls/color-palette.tsx +++ b/app/configurator/components/chart-controls/color-palette.tsx @@ -220,7 +220,7 @@ const useColorSquareStyles = makeStyles((theme: Theme) => ({ }, })); -export const ColorSquare = ({ +const ColorSquare = ({ disabled, color, }: { @@ -238,7 +238,7 @@ export const ColorSquare = ({ ); }; -export const ColorPaletteControls = ({ +const ColorPaletteControls = ({ field, colorConfigPath, component,