Skip to content

Commit

Permalink
fix(VBadge): restore unused SASS variables (vuetifyjs#20709)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Sek authored and KaelWD committed Nov 27, 2024
1 parent 5a5af6f commit bb7795e
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 bb7795e

Please sign in to comment.