fix: added daily header title slot to fix margin
This commit is contained in:
parent
bfba0258ba
commit
8d79956f3c
@ -70,6 +70,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</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>
|
</Calendar>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user