Skip to content

Commit ed4cf38

Browse files
committed
fix: correct build
1 parent 5291a6f commit ed4cf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/dialog/DialogScrollContent.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
5050
<DialogClose
5151
class="absolute top-4 right-4 p-0.5 transition-colors rounded-md hover:bg-secondary"
5252
>
53-
<Cross2Icon class="w-4 h-4" />
53+
<X class="w-4 h-4" />
5454
<span class="sr-only">Close</span>
5555
</DialogClose>
5656
</DialogContent>

0 commit comments

Comments
 (0)