Skip to content

Commit

Permalink
fix(kit): Badge fix font size on desktop (#9593)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Oct 24, 2024
1 parent 7734956 commit 9828c85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/kit/styles/components/badge.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ tui-badge,
--t-icon-size: 0.625rem;
--t-margin: -0.125rem;

font: var(--tui-font-text-xs);

&[tuiStatus]::before {
inline-size: 0.25rem;
block-size: 0.25rem;
Expand Down

0 comments on commit 9828c85

Please sign in to comment.