Skip to content

Commit 6984f13

Browse files
committed
chore: all buttons rounded
1 parent 1d63d40 commit 6984f13

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/vuetify/src/components/VDatePicker/VDatePickerControls.sass

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@
5656

5757
& &__only-month-btn,
5858
& &__only-year-btn
59-
padding-inline: 4px 0
59+
padding-inline: 12px 8px
60+
min-width: 40px
6061

6162
> .v-btn__append
62-
margin-inline: 4px -6px
63+
margin-inline: 4px -4px
6364

6465
.v-date-picker__title
6566
display: inline-block

packages/vuetify/src/components/VDatePicker/VDatePickerControls.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ export const VDatePickerControls = genericComponent<VDatePickerControlsSlots>()(
193193
disabled={ disableMonth.value }
194194
text={ props.monthText }
195195
appendIcon={ props.modeIcon }
196+
rounded
196197
onClick={ onClickMonth }
197198
/>
198199
)
@@ -205,6 +206,7 @@ export const VDatePickerControls = genericComponent<VDatePickerControlsSlots>()(
205206
disabled={ disableYear.value }
206207
text={ props.yearText }
207208
appendIcon={ props.modeIcon }
209+
rounded
208210
onClick={ onClickYear }
209211
/>
210212
)

0 commit comments

Comments
 (0)