Skip to content

Commit

Permalink
fix(tag): reduce close button spacing to text
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 27, 2021
1 parent 7b2a6cf commit 399c6ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
justify-content: center;
width: rem(24px);
height: rem(24px);
margin: 0 0 0 rem(4px);
margin: 0 0 0 rem(2px);
padding: 0;
color: currentColor;
background-color: transparent;
Expand Down Expand Up @@ -236,6 +236,7 @@
.#{$prefix}--tag--sm .#{$prefix}--tag__close-icon {
width: rem(18px);
height: rem(18px);
padding-left: rem(4px);
}

// Skeleton state
Expand Down

0 comments on commit 399c6ad

Please sign in to comment.