Skip to content

Commit

Permalink
fix(VBadge): restore unused SASS variables (#20709)
Browse files Browse the repository at this point in the history
resolves #19834
  • Loading branch information
J-Sek authored Nov 20, 2024
1 parent 74fc967 commit fd844e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vuetify/src/components/VBadge/VBadge.sass
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
align-items: center
display: inline-flex
border-radius: $badge-border-radius
font-family: $badge-font-family
font-size: $badge-font-size
font-weight: $badge-font-weight
height: $badge-height
Expand All @@ -25,6 +26,9 @@

@include tools.theme($badge-theme...)

&:has(.v-icon)
padding: $badge-icon-padding

.v-badge--bordered &
&::after
border-radius: inherit
Expand Down

0 comments on commit fd844e1

Please sign in to comment.