diff --git a/apps/www/registry/default/ui/alert-dialog.tsx b/apps/www/registry/default/ui/alert-dialog.tsx index 1b6f99493c9..25b67188019 100644 --- a/apps/www/registry/default/ui/alert-dialog.tsx +++ b/apps/www/registry/default/ui/alert-dialog.tsx @@ -32,15 +32,16 @@ const AlertDialogContent = React.forwardRef< React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( - - + + + )) AlertDialogContent.displayName = AlertDialogPrimitive.Content.displayName diff --git a/apps/www/registry/default/ui/dialog.tsx b/apps/www/registry/default/ui/dialog.tsx index 01ff19c7e45..8198e019c24 100644 --- a/apps/www/registry/default/ui/dialog.tsx +++ b/apps/www/registry/default/ui/dialog.tsx @@ -34,21 +34,22 @@ const DialogContent = React.forwardRef< React.ComponentPropsWithoutRef >(({ className, children, ...props }, ref) => ( - - - {children} - - - Close - - + + + {children} + + + Close + + + )) DialogContent.displayName = DialogPrimitive.Content.displayName diff --git a/apps/www/registry/new-york/ui/alert-dialog.tsx b/apps/www/registry/new-york/ui/alert-dialog.tsx index 13a807d5f18..afc04397474 100644 --- a/apps/www/registry/new-york/ui/alert-dialog.tsx +++ b/apps/www/registry/new-york/ui/alert-dialog.tsx @@ -32,15 +32,16 @@ const AlertDialogContent = React.forwardRef< React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( - - + + + )) AlertDialogContent.displayName = AlertDialogPrimitive.Content.displayName diff --git a/apps/www/registry/new-york/ui/dialog.tsx b/apps/www/registry/new-york/ui/dialog.tsx index 1647513eced..3f1086f7df7 100644 --- a/apps/www/registry/new-york/ui/dialog.tsx +++ b/apps/www/registry/new-york/ui/dialog.tsx @@ -34,21 +34,22 @@ const DialogContent = React.forwardRef< React.ComponentPropsWithoutRef >(({ className, children, ...props }, ref) => ( - - - {children} - - - Close - - + + + {children} + + + Close + + + )) DialogContent.displayName = DialogPrimitive.Content.displayName