From efc925a0460fa5ea915376f386f948e988f2be2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Fri, 21 Mar 2025 13:25:57 +0100 Subject: [PATCH] FIX: Adds border to default swatch --- webapp/IronCalc/src/components/ColorPicker/ColorPicker.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/IronCalc/src/components/ColorPicker/ColorPicker.tsx b/webapp/IronCalc/src/components/ColorPicker/ColorPicker.tsx index 0374216..ccb57a7 100644 --- a/webapp/IronCalc/src/components/ColorPicker/ColorPicker.tsx +++ b/webapp/IronCalc/src/components/ColorPicker/ColorPicker.tsx @@ -235,6 +235,7 @@ const MenuItemSquare = styled.div` height: 16px; box-sizing: border-box; margin-top: 0px; + border: 1px solid ${theme.palette.grey["300"]}; border-radius: 4px; `;