Make selected icon in color picker 2px weight to match others
This commit is contained in:
@@ -149,10 +149,10 @@ const Container = styled(Flex)`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const Selected = styled.span`
|
const Selected = styled.span`
|
||||||
width: 8px;
|
width: 10px;
|
||||||
height: 4px;
|
height: 5px;
|
||||||
border-left: 1px solid white;
|
border-left: 2px solid white;
|
||||||
border-bottom: 1px solid white;
|
border-bottom: 2px solid white;
|
||||||
transform: translateY(-25%) rotate(-45deg);
|
transform: translateY(-25%) rotate(-45deg);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user