Skip to content

Commit

Permalink
fix(VBadge): round shape when were used icon prop
Browse files Browse the repository at this point in the history
The badge does not get a round shape when you use an icon prop

fixes vuetifyjs#14991
  • Loading branch information
volvachev authored and Egor Volvachev committed May 9, 2022
1 parent b631b96 commit 3fc5716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VBadge/VBadge.sass
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

.v-icon
color: inherit
font-size: $badge-font-size

img,
.v-img
Expand Down

0 comments on commit 3fc5716

Please sign in to comment.