We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify Version: 3.0.0-beta.1 Vue Version: 3.2.33 Browsers: Chrome 100.0.4896.127 OS: Windows 10
Just put an icon prop to the badge.
It should be a nice rounded shape and the icon should be a little small
The icon looks too big and the badge has no shape.
https://codepen.io/Alokdev/pen/rNpgqPY?editors=101
The text was updated successfully, but these errors were encountered:
fix(VBadge): round shape when were used icon prop
b9a147d
The badge does not get a round shape when you use an icon prop fixes vuetifyjs#14991
3fc5716
fix(VBadge): correct icon size and padding
bc7d409
fixes #14991
fix(VBadge): add removed display css property
8f8f2ea
fixes #12083 broken by bc7d409 confirmed #14991 is still good
KaelWD
No branches or pull requests
Environment
Vuetify Version: 3.0.0-beta.1
Vue Version: 3.2.33
Browsers: Chrome 100.0.4896.127
OS: Windows 10
Steps to reproduce
Just put an icon prop to the badge.
Expected Behavior
It should be a nice rounded shape and the icon should be a little small
Actual Behavior
The icon looks too big and the badge has no shape.
Reproduction Link
https://codepen.io/Alokdev/pen/rNpgqPY?editors=101
The text was updated successfully, but these errors were encountered: