Skip to content

Commit

Permalink
fix(VBtn): add size prop to internal v-icon (#15516)
Browse files Browse the repository at this point in the history
fixes #15515

Co-authored-by: John Leider <john@vuetifyjs.com>
  • Loading branch information
davidramosweb and johnleider committed Aug 9, 2022
1 parent acfc3c4 commit 6632d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VBtn/VBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export const VBtn = defineComponent({
icon: typeof props.icon === 'string'
? props.icon
: undefined,
size: props.size,
},
}}
>
Expand Down

0 comments on commit 6632d14

Please sign in to comment.