Skip to content

Commit

Permalink
font size change
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Apr 3, 2024
1 parent 88b8180 commit 6675a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const BottomMenu = styled.div<{ isOpen: boolean }>`
${({ isOpen }) => isOpen && `transform: rotate(-180deg)`};
}
> span {
font-size: 20px;
font-size: 18px;
width: 180px;
transition: 0.4s ease-in-out;
overflow: hidden;
Expand Down

0 comments on commit 6675a42

Please sign in to comment.