[Bug Report][3.0.5] VBtn size as number does not affect font size
Open
C: VBtn
C: VRating
T: bug
- Dominant language
- TypeScript
- Stars
- 41k
- Forks
- 7.1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 11
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.