diff --git a/app/components/ui/sheet/SheetContent.vue b/app/components/ui/sheet/SheetContent.vue index e2a0a44..f5aed59 100644 --- a/app/components/ui/sheet/SheetContent.vue +++ b/app/components/ui/sheet/SheetContent.vue @@ -3,7 +3,7 @@ import type { DialogContentEmits, DialogContentProps } from "reka-ui" import type { HTMLAttributes } from "vue" import type { SheetVariants } from "." import { reactiveOmit } from "@vueuse/core" -import { X } from "lucide-vue-next" +import { CircleX } from "lucide-vue-next" import { DialogClose, DialogContent, @@ -36,18 +36,13 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)