|
@@ -42,7 +42,7 @@ export function ConfirmDialog(props: ConfirmDialogProps) {
|
|
|
return (
|
|
return (
|
|
|
<AlertDialog {...actions}>
|
|
<AlertDialog {...actions}>
|
|
|
<AlertDialogContent className={cn(className && className)}>
|
|
<AlertDialogContent className={cn(className && className)}>
|
|
|
- <AlertDialogHeader>
|
|
|
|
|
|
|
+ <AlertDialogHeader className='text-left'>
|
|
|
<AlertDialogTitle>{title}</AlertDialogTitle>
|
|
<AlertDialogTitle>{title}</AlertDialogTitle>
|
|
|
<AlertDialogDescription asChild>
|
|
<AlertDialogDescription asChild>
|
|
|
<div>{desc}</div>
|
|
<div>{desc}</div>
|