Skip to content

Commit

Permalink
fix(tag): reduce small tag close button size
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 27, 2021
1 parent 4b7c339 commit 22ffbed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@
padding-right: 0;
}

.#{$prefix}--tag--sm .#{$prefix}--tag__close-icon {
width: rem(18px);
height: rem(18px);
}

// Skeleton state
.#{$prefix}--tag.#{$prefix}--skeleton {
@include skeleton;
Expand Down

0 comments on commit 22ffbed

Please sign in to comment.