Skip to content

Commit

Permalink
fix Tag component (#6785)
Browse files Browse the repository at this point in the history
* fix Tag component

* + fix diff height between Tag and Tag with filter;

Co-authored-by: Anton Ryazanov <[email protected]>
Co-authored-by: TJ Egan <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Sep 9, 2020
1 parent 4904ac6 commit 260708f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@

.#{$prefix}--tag__close-icon {
flex-shrink: 0;
width: rem(20px);
height: rem(20px);
width: rem(16px);
height: rem(16px);
margin: 0 0 0 rem(4px);
padding: rem(2px);
padding: 0;
color: currentColor;
background-color: transparent;
border: 0;
Expand Down

0 comments on commit 260708f

Please sign in to comment.