Skip to content

Commit 287bca5

Browse files
authored
fix: modify icon (#3244)
1 parent 95b1983 commit 287bca5

File tree

1 file changed

+2
-2
lines changed
  • packages/vue/src/modal/src

1 file changed

+2
-2
lines changed

packages/vue/src/modal/src/pc.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
iconHelpSolid,
2020
iconSuccess,
2121
iconError,
22-
iconInfoSolid,
22+
iconHelp,
2323
iconLoadingShadow,
2424
iconWarning,
2525
iconClose,
@@ -122,7 +122,7 @@ export default defineComponent({
122122
123123
const STATUS_MAPPING_COMPINENT = {
124124
QUESTION: iconHelpSolid(),
125-
INFO: iconInfoSolid(),
125+
INFO: iconHelp(),
126126
SUCCESS: iconSuccess(),
127127
WARNING: iconWarning(),
128128
ERROR: iconError(),

0 commit comments

Comments
 (0)