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

fix: select

parent b218b02d
...@@ -69,9 +69,12 @@ ...@@ -69,9 +69,12 @@
label={item.label} label={item.label}
> >
{item.label} {item.label}
<Select.ItemIndicator class="ml-auto" asChild={false}>
<Check /> {#if value === item.value}
</Select.ItemIndicator> <div class="ml-auto">
<Check />
</div>
{/if}
</Select.Item> </Select.Item>
{:else} {:else}
<span class="block px-5 py-2 text-sm text-gray-700 dark:text-gray-100"> <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