diff --git a/src/components/ui/alert-dialog.tsx b/src/components/ui/alert-dialog.tsx index dc40031..fc673d9 100644 --- a/src/components/ui/alert-dialog.tsx +++ b/src/components/ui/alert-dialog.tsx @@ -54,15 +54,17 @@ function AlertDialogContent({ return ( - +
+ +
) } diff --git a/src/components/ui/dialog.tsx b/src/components/ui/dialog.tsx index 7022637..9ca8ff6 100644 --- a/src/components/ui/dialog.tsx +++ b/src/components/ui/dialog.tsx @@ -53,16 +53,18 @@ function DialogContent({ return ( - - {children} - +
+ + {children} + +
) }