Removed default lucide icons and updated some packages

This commit is contained in:
Alexis
2025-04-22 14:09:25 +02:00
parent d02bfacd57
commit 73f5e01244
21 changed files with 409 additions and 398 deletions

View File

@@ -7,8 +7,8 @@ import {
SelectItemText,
useForwardProps
} from "radix-vue"
import { Check } from "lucide-vue-next"
import { cn } from "~/lib/utils"
import { PhCheck } from "@phosphor-icons/vue";
const props = defineProps<SelectItemProps & { class?: HTMLAttributes["class"] }>()
@@ -31,9 +31,9 @@ const forwardedProps = useForwardProps(delegatedProps)
)
"
>
<span class="absolute left-2 flex h-3.5 w-3.5 items-center justify-center">
<span class="absolute left-2 flex size-3.5 items-center justify-center">
<SelectItemIndicator>
<Check class="size-4" />
<PhCheck class="size-4" />
</SelectItemIndicator>
</span>