Removed default lucide icons and updated some packages
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user