Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Jul 12, 2024
1 parent a1cd8af commit 05ab2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/src/lib/components/demos/listbox-demo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="flex flex-col gap-4">
<Listbox.Root type="multiple" bind:value>
<Listbox.Content
class="max-h-80 w-full min-w-[296px] max-w-[296px] overflow-y-scroll rounded-xl border border-muted bg-background px-1 py-3 shadow-popover outline-none"
class="max-h-80 w-full min-w-[296px] max-w-[296px] overflow-y-scroll rounded-xl border border-muted bg-background px-1 py-3 shadow-card outline-none"
>
{#each themes as item}
<Listbox.Item
Expand Down

0 comments on commit 05ab2d3

Please sign in to comment.