[Bug Report][3.6.3] Badge does not use $badge-font-family #19834
Closed
Description
Environment
Vuetify Version: 3.6.3
Vue Version: 3.4.26
Browsers: Firefox 126.0
OS: Windows 10
Steps to reproduce
Override the SCSS variable $badge-font-family.
Expected Behavior
The badge font should change.
Actual Behavior
Does not change.
Reproduction Link
Other comments
If you look into packages/vuetify/src/components/VBadge/VBadge.sass
the variable is not used at all.