Skip to content

Commit acb3e47

Browse files
committed
Decrease sidebar font size
1 parent bb5b15f commit acb3e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/Sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const HorizontalLineLogout = styled(HorizontalLine)`
5151
const NavButtonWhiteText = styled(NavButton)`
5252
color: white;
5353
font-weight: 100;
54-
font-size: 28pt;
54+
font-size: 18pt;
5555
/* padding-left: 1.33rem; */
5656
`;
5757

0 commit comments

Comments
 (0)