diff --git a/webapp/IronCalc/src/components/ColorPicker/ColorPicker.tsx b/webapp/IronCalc/src/components/ColorPicker/ColorPicker.tsx index ccb57a7..b144019 100644 --- a/webapp/IronCalc/src/components/ColorPicker/ColorPicker.tsx +++ b/webapp/IronCalc/src/components/ColorPicker/ColorPicker.tsx @@ -272,6 +272,7 @@ const ColorGridCol = styled.div` const ColorSwatch = styled.button<{ $color: string }>` width: 16px; height: 16px; + padding: 0px; ${({ $color }): string => { if ($color.toUpperCase() === "#FFFFFF") { return `border: 1px solid ${theme.palette.grey["300"]};`;