Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
walker-tx committed Oct 9, 2023
1 parent 2b52bd7 commit 72943b8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
{#if isIndeterminate}
<Minus class="h-3.5 w-3.5" />
{:else}
<Check class={cn("h-3.5 w-3.5", !isChecked && "text-transparent")} />
<Check
class={cn("h-3.5 w-3.5", !isChecked && "text-transparent")}
/>
{/if}
</CheckboxPrimitive.Indicator>
</CheckboxPrimitive.Root>

0 comments on commit 72943b8

Please sign in to comment.