@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.mjs CHANGED
@@ -2348,7 +2348,7 @@ var DialogContent = React28.forwardRef(({ className, children, ...props }, ref)
2348
2348
  {
2349
2349
  ref,
2350
2350
  className: cn(
2351
- "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",
2351
+ "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",
2352
2352
  className
2353
2353
  ),
2354
2354
  ...props,