Skip to content

Commit

Permalink
Merge pull request #60 from significa/fix/multi-color
Browse files Browse the repository at this point in the history
fix: color
  • Loading branch information
kaaps authored Jan 25, 2024
2 parents b2f4453 + 614798a commit 2a25f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/forms/multi-select.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@

<div class={clsx('flex flex-col gap-1', className)}>
<button
class="flex h-12 min-w-[220px] items-center justify-between rounded-sm border border-background-offset bg-background-panel px-5 py-2 text-sm font-semibold hover:opacity-90 hover:transition-all focus:border-border-active focus:outline-none focus:ring-4 focus:ring-outline focus:transition-all"
class="flex h-12 min-w-[220px] items-center justify-between rounded-sm border border-border bg-background-panel px-5 py-2 text-sm font-semibold hover:opacity-90 hover:transition-all focus:border-border-active focus:outline-none focus:ring-4 focus:ring-outline focus:transition-all"
{...$trigger}
use:trigger
>
{selectedLabel || 'Select'}
<Icon icon={icon || 'chevron-down'} />
<Icon class="text-foreground-secondary" icon={icon || 'plus'} />
</button>
{#if $open}
<div
Expand Down

0 comments on commit 2a25f30

Please sign in to comment.