Skip to content

Commit

Permalink
fix(md3): set VCheckbox inset to true
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 8, 2023
1 parent b977ca7 commit 0d2bb7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/blueprints/md3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const md3: Blueprint = {
},
VCheckbox: {
color: 'secondary',
inset: true,
},
VChip: {
rounded: 'sm',
Expand Down

0 comments on commit 0d2bb7f

Please sign in to comment.