Skip to content

Commit

Permalink
fix: change the tag component spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Haofu Zhu committed Feb 9, 2021
1 parent 6cc5582 commit efd2fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tag/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.tag-component {
$tag-height: 24px;
$tag-spacing-etalon: 5px;
$tag-spacing-etalon: 6px;
$color-tag-inverse: $color-gray-lightest;
$color-tag-action-inverse: $color-gray;
$action-icon-padding: ($tag-height - $svg-icon-size) / 2;
Expand Down

0 comments on commit efd2fce

Please sign in to comment.