From db6f59c195b4044bc8e6861474e8cf8289416d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aykut=20Sara=C3=A7?= Date: Thu, 17 Feb 2022 17:01:10 +0300 Subject: [PATCH] resize sidebar and contents --- src/components/Sidebar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx index 8464067..9a3f2e7 100644 --- a/src/components/Sidebar/index.tsx +++ b/src/components/Sidebar/index.tsx @@ -35,7 +35,7 @@ const StyledSidebar = styled.div` justify-content: space-between; flex-direction: column; align-items: center; - width: 60px; + width: 42px; background: #2f3136; padding: 8px; border-right: 1px solid ${({ theme }) => theme.SILVER_DARK}; @@ -43,7 +43,7 @@ const StyledSidebar = styled.div` const StyledElement = styled.div<{ disabled?: boolean }>` text-align: center; - font-size: 32px; + font-size: 28px; font-weight: 700; width: 100%; color: ${({ theme, disabled }) =>