removed white text enforcement lol

This commit is contained in:
2026-02-11 19:56:56 +13:00
parent 09585d8954
commit a0d63fc10e

View File

@@ -61,7 +61,7 @@
class="absolute inset-0 h-full w-full rounded-sm object-cover hover:opacity-20"
/>
{/if}
<span class="relative z-10 text-white">{day.day}</span>
<span class="relative z-10">{day.day}</span>
</CalendarDay>
{/snippet}
</Calendar>