Skip to content

Commit

Permalink
fix: remove Tag icon styles
Browse files Browse the repository at this point in the history
  • Loading branch information
renatamottam committed Jan 15, 2025
1 parent 18592d4 commit 5054c04
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ui/src/components/molecules/Tag/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
color: var(--fs-tag-text-color);

> [data-fs-icon] {
border: var(--fs-border-width) solid transparent;
border-radius: var(--fs-border-radius-circle);
padding: 3px;
transition: var(--fs-badge-transition-property) var(--fs-badge-transition-timing) var(--fs-badge-transition-function);
}

Expand All @@ -48,9 +46,6 @@
}

svg {
width: var(--fs-tag-icon-size);
height: var(--fs-tag-icon-size);
stroke-width: var(--fs-tag-icon-stroke-width);
color: var(--fs-tag-text-color);
vertical-align: middle;
}
Expand Down

0 comments on commit 5054c04

Please sign in to comment.