diff --git a/src/components/ui/QCalendarMonthWrapper.vue b/src/components/ui/QCalendarMonthWrapper.vue index 07ca18bef8..fc383ed811 100644 --- a/src/components/ui/QCalendarMonthWrapper.vue +++ b/src/components/ui/QCalendarMonthWrapper.vue @@ -73,8 +73,7 @@ const containerClasses = computed(() => { .q-calendar-month__head--workweek, .q-calendar-month__head--weekday, // .q-calendar-month__workweek.q-past-day, -.q-calendar-month__week :nth-child(6), -:nth-child(7) { +.q-calendar-month__week :nth-child(n+6):nth-child(-n+7) { color: var(--vn-label-color); }