Make selected icon in color picker 2px weight to match others

This commit is contained in:
Tom Moor
2024-07-02 18:31:41 -04:00
parent 2f9a7f9a21
commit 18f729b970

View File

@@ -149,10 +149,10 @@ const Container = styled(Flex)`
`;
const Selected = styled.span`
width: 8px;
height: 4px;
border-left: 1px solid white;
border-bottom: 1px solid white;
width: 10px;
height: 5px;
border-left: 2px solid white;
border-bottom: 2px solid white;
transform: translateY(-25%) rotate(-45deg);
`;