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 6, 2022
1 parent b631b96 commit b9a147d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vuetify/src/components/VBadge/VBadge.sass
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@

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

img,
.v-img
Expand Down

0 comments on commit b9a147d

Please sign in to comment.