pnpm format

This commit is contained in:
Ian Donahue 2023-03-30 20:18:45 +02:00 committed by Nikita Galaiko
parent e8bf77d604
commit 929e008811

View File

@ -65,7 +65,7 @@
class:text-white={date === $currentDate}
class:border-zinc-700={date !== $currentDate}
class:bg-card-default={date !== $currentDate}
class="max-h-content flex w-full flex-col items-center justify-around rounded border-[0.5px] p-2 text-zinc-300 shadow transition duration-150 ease-out hover:ease-in border-gb-700"
class="max-h-content flex w-full flex-col items-center justify-around rounded border-[0.5px] border-gb-700 p-2 text-zinc-300 shadow transition duration-150 ease-out hover:ease-in"
>
{#if isToday}
<div class="py-2 text-lg leading-5">Today</div>