Bump thickness of LetterIcon to better match other icons

This commit is contained in:
Tom Moor
2023-09-15 21:19:12 -04:00
parent 8c2a47db9d
commit 3582a6a0a2

View File

@@ -27,7 +27,7 @@ const LetterIconWrapper = styled.div<{ $size: number }>`
width: ${({ $size }) => $size}px;
height: ${({ $size }) => $size}px;
font-weight: 500;
font-weight: 700;
font-size: ${({ $size }) => $size / 2}px;
color: ${s("background")};
`;