refactor: tables (#25226)

This commit is contained in:
Jason Rasmussen
2026-01-14 07:56:09 -05:00
committed by GitHub
parent c7254a0c30
commit 91d4cd6824
7 changed files with 184 additions and 189 deletions
@@ -60,7 +60,7 @@
{disabled}
onCheckedChange={() => handleCheckboxChange(option.value)}
/>
<Label label={option.text} for="{option.value}-checkbox" />
<Label label={option.text} for="{option.value}-checkbox" size="small" />
</div>
{/each}
</div>
@@ -31,7 +31,7 @@
<div>
<div class="flex h-6.5 place-items-center gap-1">
<Label>{title}</Label>
<Label size="small">{title}</Label>
{#if isEdited}
<div
transition:fly={{ x: 10, duration: 200, easing: quintOut }}