Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Dec 2, 2023
1 parent 82abe49 commit 695721f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/demos/select-demo.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { Select, type Selected } from "$lib";
import { Select } from "$lib";
import { flyAndScale } from "@/utils";
import { Check, Palette, CaretUpDown } from "phosphor-svelte";
Expand All @@ -11,7 +11,7 @@
];
</script>

<Select.Root multiple onSelectedChange={() => console.log("selectedChange")}>
<Select.Root>
<Select.Trigger
class="inline-flex h-input w-[296px] items-center rounded-9px border border-border-input bg-background px-[11px] text-sm transition-colors placeholder:text-foreground-alt/50 focus:outline-none focus:ring-2 focus:ring-foreground focus:ring-offset-2 focus:ring-offset-background "
aria-label="Select a theme"
Expand Down

0 comments on commit 695721f

Please sign in to comment.