Initial ui redo progress #1

Merged
breadone merged 23 commits from ui-redo into main 2026-02-17 18:29:59 +13:00
Showing only changes of commit a0d63fc10e - Show all commits

View File

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