@dilipod/ui 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/dialog.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -2381,7 +2381,7 @@ var DialogContent = React28__namespace.forwardRef(({ className, children, ...pro
|
|
|
2381
2381
|
{
|
|
2382
2382
|
ref,
|
|
2383
2383
|
className: cn(
|
|
2384
|
-
"fixed left-1/2 top-1/2 z-50 grid w-full max-w-lg gap-4 border border-border bg-white p-6 shadow-lg rounded-sm",
|
|
2384
|
+
"fixed left-1/2 top-1/2 z-50 grid w-full max-w-lg gap-4 border border-border bg-white p-6 shadow-lg rounded-sm -translate-x-1/2 -translate-y-1/2",
|
|
2385
2385
|
className
|
|
2386
2386
|
),
|
|
2387
2387
|
...props,
|