increase sidebar size

This commit is contained in:
AykutSarac 2022-08-13 12:02:19 +03:00
parent 60fb08f5b9
commit d437bc1ba4

View File

@ -44,7 +44,7 @@ const StyledElement = styled.div<{ beta?: boolean }>`
display: flex;
justify-content: center;
text-align: center;
font-size: 24px;
font-size: 26px;
font-weight: 600;
width: 100%;
color: ${({ theme }) => theme.INTERACTIVE_NORMAL};