update:原生确认框替换为自定义弹窗
This commit is contained in:
@@ -39,7 +39,7 @@ function ConfirmDialog({
|
||||
}: ConfirmDialogProps) {
|
||||
return (
|
||||
<AlertDialog open={open} onOpenChange={onOpenChange}>
|
||||
<AlertDialogContent className="rounded-[11px] border-[#dce4eb] bg-white">
|
||||
<AlertDialogContent className="rounded-[11px] border border-[#dce4eb] bg-white ring-0">
|
||||
<AlertDialogHeader>
|
||||
<AlertDialogTitle className="text-[#1c2d42]">{title}</AlertDialogTitle>
|
||||
<AlertDialogDescription className="text-[#56687c]">
|
||||
|
||||
Reference in New Issue
Block a user