File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ const DialogContent = React.forwardRef<
52
52
{ ...props }
53
53
>
54
54
{ children }
55
- < DialogPrimitive . Close className = "absolute right-4 top-[.80rem ] rounded-sm opacity-70 transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-slate-100 dark:focus:ring-slate-400 dark:focus:ring-offset-slate-900 dark:data-[state=open]:bg-slate-800 sm:top-[1.88rem ]" >
56
- < X className = "h-4 w-4 text-black dark:text-white" />
55
+ < DialogPrimitive . Close className = "absolute right-6 top-[0.5rem ] rounded-sm opacity-70 transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-slate-100 dark:focus:ring-slate-400 dark:focus:ring-offset-slate-900 dark:data-[state=open]:bg-slate-800 sm:top-[1.6rem ]" >
56
+ < X className = "h-5 w-5 text-black dark:text-white" />
57
57
< span className = "sr-only" > Close</ span >
58
58
</ DialogPrimitive . Close >
59
59
</ DialogPrimitive . Content >
You can’t perform that action at this time.
0 commit comments