Skip to content

Commit

Permalink
fix(tag): reintroduce padding due to recent markup change
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 7, 2020
1 parent 9f87471 commit 5e88749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
width: rem(20px);
height: rem(20px);
margin: 0 0 0 rem(4px);
padding: 0;
padding: rem(2px);
border: 0;
fill: $inverse-01;
background-color: transparent;
Expand Down

0 comments on commit 5e88749

Please sign in to comment.