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',