Skip to content

Commit

Permalink
fix(styles): spacing between icon and text within badge (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
orest-s authored Oct 16, 2024
1 parent 1971a3b commit 62992eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/badge.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
font-weight: var(--font-weight-medium);
}

.Badge .Icon {
.Badge > .Icon {
margin: 0 var(--space-half) 0 -4px;
}

0 comments on commit 62992eb

Please sign in to comment.