Skip to content

Commit

Permalink
fix(VBtn): size loader based on em
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 4, 2024
1 parent c34e8ce commit 22bbd43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/vuetify/src/components/VBtn/VBtn.sass
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@
top: 0
width: 100%

> .v-progress-circular
width: 1.5em
height: 1.5em

.v-btn__content,
.v-btn__prepend,
.v-btn__append
Expand Down
1 change: 0 additions & 1 deletion packages/vuetify/src/components/VBtn/VBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ export const VBtn = genericComponent<VBtnSlots>()({
<VProgressCircular
color={ typeof props.loading === 'boolean' ? undefined : props.loading }
indeterminate
size="23"
width="2"
/>
)}
Expand Down

0 comments on commit 22bbd43

Please sign in to comment.