Commit df21a925 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: select

parent b218b02d
......@@ -69,9 +69,12 @@
label={item.label}
>
{item.label}
<Select.ItemIndicator class="ml-auto" asChild={false}>
<Check />
</Select.ItemIndicator>
{#if value === item.value}
<div class="ml-auto">
<Check />
</div>
{/if}
</Select.Item>
{:else}
<span class="block px-5 py-2 text-sm text-gray-700 dark:text-gray-100">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment