day swap animation

This commit is contained in:
Vincent van der Wal
2026-08-01 14:37:25 +02:00
parent fe961a27ae
commit 9806396476
6 changed files with 646 additions and 18 deletions
@@ -401,7 +401,7 @@
<div class="strip-days flex">
{#each SKELETON_CELLS as i (i)}
<div
class="strip-cell shrink-0 animate-pulse rounded-xl border border-border/50 bg-muted/60"
class="strip-cell shrink-0 animate-pulse rounded-xl border border-border/60 bg-muted"
></div>
{/each}
</div>