Skip to content

Commit

Permalink
feat: Fix the icon padding (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
juntaepark authored and jinoosss committed Jul 31, 2023
1 parent 88dfa3d commit 582823b
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 582823b

Please sign in to comment.