From 0c88a10eb59be7711f89bd2df44fdfe4f276900d Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Mon, 30 Mar 2026 00:58:40 +0200 Subject: [PATCH] improve calendar current day styling --- .../ui/src/FullCalendar/TimeEntryCalendar.vue | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/resources/js/packages/ui/src/FullCalendar/TimeEntryCalendar.vue b/resources/js/packages/ui/src/FullCalendar/TimeEntryCalendar.vue index 98f1e50d..ef8256ea 100644 --- a/resources/js/packages/ui/src/FullCalendar/TimeEntryCalendar.vue +++ b/resources/js/packages/ui/src/FullCalendar/TimeEntryCalendar.vue @@ -526,7 +526,7 @@ function getEventDurationSeconds(dayEvent: DayEvent, dayStr: string): number { :style="{ height: SLOT_HEIGHT + 'px' }"> + class="fc-timegrid-slot-label-cushion text-[0.8125rem] text-muted-foreground leading-none block font-light"> {{ formatSlotLabel(slot.minutes / 60) }} @@ -536,12 +536,30 @@ function getEventDurationSeconds(dayEvent: DayEvent, dayStr: string): number { class="flex-1 min-w-0 relative" @pointerdown="onSlotPointerDown($event)">
+
+
+