diff --git a/app/components/Icons/LetterIcon.tsx b/app/components/Icons/LetterIcon.tsx index 7eca6fb94..15cba1a91 100644 --- a/app/components/Icons/LetterIcon.tsx +++ b/app/components/Icons/LetterIcon.tsx @@ -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")}; `;