File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
packages/vuetify/src/components/VDatePicker Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 56
56
57
57
& & __only-month-btn ,
58
58
& & __only-year-btn
59
- padding-inline : 4px 0
59
+ padding-inline : 12px 8px
60
+ min-width : 40px
60
61
61
62
> .v-btn__append
62
- margin-inline : 4px -6 px
63
+ margin-inline : 4px -4 px
63
64
64
65
.v-date-picker__title
65
66
display : inline-block
Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ export const VDatePickerControls = genericComponent<VDatePickerControlsSlots>()(
193
193
disabled = { disableMonth . value }
194
194
text = { props . monthText }
195
195
appendIcon = { props . modeIcon }
196
+ rounded
196
197
onClick = { onClickMonth }
197
198
/>
198
199
)
@@ -205,6 +206,7 @@ export const VDatePickerControls = genericComponent<VDatePickerControlsSlots>()(
205
206
disabled = { disableYear . value }
206
207
text = { props . yearText }
207
208
appendIcon = { props . modeIcon }
209
+ rounded
208
210
onClick = { onClickYear }
209
211
/>
210
212
)
You can’t perform that action at this time.
0 commit comments