Skip to content

Commit

Permalink
fix: icon spacing in button
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Mar 5, 2024
1 parent 807c09f commit 0a0fd61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/button/src/styles/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
}

.icon {
margin-right: get-spacing(1);
margin-right: get-spacing(0.5);
margin-left: get-spacing(-0.5);
display: inline-flex;
align-items: center;
}

0 comments on commit 0a0fd61

Please sign in to comment.