Skip to content

Commit

Permalink
fix(comp:alert): modify warning icon to 'exclamation-circle' (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Sep 4, 2023
1 parent cd4708a commit 3d9c265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Alert > render work 1`] = `
"<transition-stub name=\\"ix-alert\\" appear=\\"false\\" persisted=\\"false\\" css=\\"true\\">
<div class=\\"ix-alert ix-alert-warning\\"><span class=\\"ix-alert-icon\\"><i class=\\"ix-icon ix-icon-info-circle\\" role=\\"img\\" aria-label=\\"info-circle\\"></i></span>
<div class=\\"ix-alert ix-alert-warning\\"><span class=\\"ix-alert-icon\\"><i class=\\"ix-icon ix-icon-exclamation-circle\\" role=\\"img\\" aria-label=\\"exclamation-circle\\"></i></span>
<div class=\\"ix-alert-content\\">
<div class=\\"ix-alert-title\\"></div>
<!---->
Expand Down
2 changes: 1 addition & 1 deletion packages/components/config/src/defaultConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const defaultConfig: GlobalConfig = {
success: 'check-circle',
error: 'exclamation-circle',
info: 'bulb',
warning: 'info-circle',
warning: 'exclamation-circle',
offline: 'info-circle',
},
},
Expand Down

0 comments on commit 3d9c265

Please sign in to comment.