Skip to content

Commit

Permalink
fix: update wrong icon import for scroll down button in select component
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaikh committed Oct 31, 2024
1 parent 8477b4b commit b73e1c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import ChevronDown from "lucide-svelte/icons/chevron-up";
import ChevronDown from "lucide-svelte/icons/chevron-down";
import { Select as SelectPrimitive, type WithoutChildrenOrChild } from "bits-ui";
import { cn } from "$lib/utils.js";
Expand Down

0 comments on commit b73e1c8

Please sign in to comment.