Skip to content

Commit

Permalink
feat: Fix the icon padding
Browse files Browse the repository at this point in the history
  • Loading branch information
juntaepark committed Jul 27, 2023
1 parent 3e4c8a8 commit 398dc8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const IconButton = styled.button`
${mixins.flexbox("row", "center", "center")};
width: 16px;
height: 16px;
margin-top: 2px;
margin: 1px 0px;
svg * {
fill: ${({ theme }) => theme.color.icon03};
}
Expand Down

0 comments on commit 398dc8a

Please sign in to comment.