Skip to content

Commit d81a4a0

Browse files
authored
fix(VDatePicker): round font-size from 13.6 to 14px (#21590)
1 parent 8c9fc16 commit d81a4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vuetify/src/components/VDatePicker/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ $date-picker-controls-height: var(--v-date-picker-controls-height, 56px) !defaul
55
$date-picker-header-height: 70px !default;
66

77
$date-picker-month-btn-height: 24px !default;
8-
$date-picker-month-btn-size: 0.85rem !default;
8+
$date-picker-month-btn-size: 0.875rem !default;
99
$date-picker-month-column-gap: 4px !default;
1010
$date-picker-month-day-size: 40px !default;
11-
$date-picker-month-font-size: 0.85rem !default;
11+
$date-picker-month-font-size: 0.875rem !default;
1212
$date-picker-month-padding: 0 12px 8px !default;
1313

1414
$date-picker-months-grid-gap: 0px 24px !default;

0 commit comments

Comments
 (0)