Skip to content

Commit

Permalink
fix(comp:modal): adjust the icon of the modal that confirm the mode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
threedayAAAAA authored and sallerli1 committed Jan 2, 2024
1 parent 5669abc commit 6227d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/modal/src/ModalBody.tsx
Expand Up @@ -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',
Expand Down

0 comments on commit 6227d4a

Please sign in to comment.