Skip to content

Commit

Permalink
fix(VDatePickerMonth): day btn sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Feb 15, 2024
1 parent 30a18a9 commit ceef1f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -19,6 +19,6 @@
height: 48px
width: 48px

.v-btn
.v-btn.v-date-picker-month__day-btn
--v-btn-height: 28px
--v-btn-size: 0.85rem
Expand Up @@ -182,6 +182,7 @@ export const VDatePickerMonth = genericComponent<VDatePickerMonthSlots>()({
<VDefaultsProvider
defaults={{
VBtn: {
class: 'v-date-picker-month__day-btn',
color: (item.isSelected || item.isToday) && !item.isDisabled
? props.color
: undefined,
Expand Down

0 comments on commit ceef1f2

Please sign in to comment.