Skip to content

Commit

Permalink
fix: wrong icon import for ScrollDownButton in Select (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaikh authored Nov 1, 2024
1 parent 8477b4b commit 25747d0
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 25747d0

Please sign in to comment.