FIX: Adds border to default swatch

This commit is contained in:
Nicolás Hatcher
2025-03-21 13:25:57 +01:00
committed by Nicolás Hatcher Andrés
parent 155f891f8b
commit efc925a046

View File

@@ -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;
`;