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)">