From 6227d4adf9ecfeb24938c1fe56f150b51c996b8c Mon Sep 17 00:00:00 2001 From: jing <38604634+threedayAAAAA@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:02:24 +0800 Subject: [PATCH] fix(comp:modal): adjust the icon of the modal that confirm the mode (#1763) --- packages/components/modal/src/ModalBody.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/modal/src/ModalBody.tsx b/packages/components/modal/src/ModalBody.tsx index 0e9914c67..eddad6cc4 100644 --- a/packages/components/modal/src/ModalBody.tsx +++ b/packages/components/modal/src/ModalBody.tsx @@ -18,7 +18,7 @@ import { modalToken } from './token' // staticIcons.ts const defaultIconTypes = { default: '', - confirm: 'question-circle-filled', + confirm: 'exclamation-circle-filled', info: 'info-circle-filled', success: 'check-circle-filled', warning: 'exclamation-circle-filled',