pnpm format

This commit is contained in:
idonahue 2023-06-14 18:33:28 +02:00
parent 9d8e10834b
commit 72b4050f42
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
</script>
<section
class="swimlane-container flex h-full w-full gap-x-4 overflow-x-scroll p-4 bg-zinc-900"
class="swimlane-container flex h-full w-full gap-x-4 overflow-x-scroll bg-zinc-900 p-4"
use:dndzone={{
items: branches,
flipDurationMs,

View File

@ -57,7 +57,7 @@
{#each file.hunks || [] as hunk (hunk.id)}
<div
animate:flip={{ duration: flipDurationMs }}
class="changed-hunk w-full rounded border-t-[0.5px] border-t-[#4C4C4C] border-b-[0.5px] border-b-[#252525] bg-[#2C2C2C] p-1"
class="changed-hunk w-full rounded border-t-[0.5px] border-b-[0.5px] border-t-[#4C4C4C] border-b-[#252525] bg-[#2C2C2C] p-1"
>
<div class="w-full text-ellipsis">
{hunk.name}