[Bug Report][3.0.5] VBtn size as number does not affect font size
Author: mcfarljwCreated Dec 18, 2022Updated Sep 16, 2026
LabelsT: bugC: VBtnC: VRating
Environment
Vuetify Version: 3.0.5 Vue Version: 3.2.45 Browsers: Chrome 108.0.0.0 OS: Mac OS 10.15.7
Steps to reproduce
Set the size property of the v-rating component to a numeric value. For example <v-rating :size="100" />.
Expected Behavior
The size of the icons increases to match the specified size.
Actual Behavior
The padding around the icon increases but the icon does not.
Reproduction Link
Other comments
https://github.com/vuetifyjs/vuetify/issues/15746 seems to be the same issue but it doesn't seem like it was resolved by the mentioned VBtn fix https://github.com/vuetifyjs/vuetify/issues/15515.
Source: vuetifyjs/vuetify