Closed simionato-mobisec closed 4 months ago
Vuetify Version: 3.5.14 Vue Version: 3.4.21 Browsers: Firefox 128.0 OS: Ubuntu undefined
.custom { font-size: 30px !important; }
defaults: { VBtnToggle: { VBtn: { class: 'custom' } } }
v-btn font size changes.
v-btn font-size doesn't change.
https://play.vuetifyjs.com/#...
The reproduction link is incomplete cause I didn't know how to include a CSS file.
The class is applied, your css just isn't specific enough to override the default size.
https://developer.mozilla.org/en-US/docs/Web/CSS/Cascade#cascading_order
Environment
Vuetify Version: 3.5.14 Vue Version: 3.4.21 Browsers: Firefox 128.0 OS: Ubuntu undefined
Steps to reproduce
Expected Behavior
v-btn font size changes.
Actual Behavior
v-btn font-size doesn't change.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
The reproduction link is incomplete cause I didn't know how to include a CSS file.