Skip to content

Commit

Permalink
fix combo-box margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan committed Dec 19, 2024
1 parent 8a31449 commit 474865a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,7 @@
closeAndFocusTrigger();
}}
>
<Check
class={cn(
"ml-auto",
value !== framework.value && "text-transparent"
)}
/>
<Check class={cn(value !== framework.value && "text-transparent")} />
{framework.label}
</Command.Item>
{/each}
Expand Down

0 comments on commit 474865a

Please sign in to comment.