fix: added daily header title slot to fix margin

This commit is contained in:
Shariq Ansari 2025-04-23 12:21:07 +05:30
parent bfba0258ba
commit 8d79956f3c

View File

@ -70,6 +70,11 @@
</div>
</div>
</template>
<template #daily-header="{ parseDateWithDay, currentDate }">
<p class="ml-4 pb-2 text-base font-semibold text-ink-gray-8">
{{ parseDateWithDay(currentDate, (fullDay = true)) }}
</p>
</template>
</Calendar>
</div>
</template>