Skip to content

Commit

Permalink
fix combo-box margin (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Dec 19, 2024
1 parent 8a31449 commit 0a3a9fc
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 0a3a9fc

Please sign in to comment.