From 26b92431cbf03df53e1c7cce4cb74d16e74e6dcf Mon Sep 17 00:00:00 2001 From: 2814109 <2814109k@gmail.com> Date: Tue, 19 Nov 2024 11:42:45 +0900 Subject: [PATCH] chore --- apps/www/registry/default/ui/alert-dialog.tsx | 19 ++++++------ apps/www/registry/default/ui/dialog.tsx | 31 ++++++++++--------- .../www/registry/new-york/ui/alert-dialog.tsx | 19 ++++++------ apps/www/registry/new-york/ui/dialog.tsx | 31 ++++++++++--------- 4 files changed, 52 insertions(+), 48 deletions(-) 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