We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5291a6f commit ed4cf38Copy full SHA for ed4cf38
src/components/ui/dialog/DialogScrollContent.vue
@@ -50,7 +50,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
50
<DialogClose
51
class="absolute top-4 right-4 p-0.5 transition-colors rounded-md hover:bg-secondary"
52
>
53
- <Cross2Icon class="w-4 h-4" />
+ <X class="w-4 h-4" />
54
<span class="sr-only">Close</span>
55
</DialogClose>
56
</DialogContent>
0 commit comments