File tree 1 file changed +2
-2
lines changed
apps/v4/registry/new-york-v4/ui
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ function DialogContent({
63
63
{ ...props }
64
64
>
65
65
{ children }
66
- < DialogPrimitive . Close className = "ring-offset-background focus:ring-ring data-[state=open]:bg-accent data-[state=open]:text-muted-foreground absolute top-4 right-4 rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4" >
66
+ < DialogClose className = "ring-offset-background focus:ring-ring data-[state=open]:bg-accent data-[state=open]:text-muted-foreground absolute top-4 right-4 rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4" >
67
67
< XIcon />
68
68
< span className = "sr-only" > Close</ span >
69
- </ DialogPrimitive . Close >
69
+ </ DialogClose >
70
70
</ DialogPrimitive . Content >
71
71
</ DialogPortal >
72
72
)
You can’t perform that action at this time.
0 commit comments