Skip to content

Commit

Permalink
[ADN-324] fix: Fix minor changes (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Sep 6, 2023
1 parent 6cc5868 commit b8df6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const AccountDetailsWrapper = styled.div`
height: 42px;
background-color: ${({ theme }) => theme.color.neutral[8]};
margin-top: 12px;
padding: 12px 16px;
padding: 12px 18px 12px 16px;
border-radius: 18px;
justify-content: space-between;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const SideMenuWrapper = styled.div`
.text {
margin-left: 8px;
${({ theme }) => theme.fonts.body2Reg}
${({ theme }) => theme.fonts.body2Bold}
}
&:hover {
Expand Down

0 comments on commit b8df6e8

Please sign in to comment.