We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d541fe commit d8c0ee0Copy full SHA for d8c0ee0
packages/components/message-item/message-item.ts
@@ -15,7 +15,7 @@ const SHOW_DURATION = 500;
15
const THEME_ICON = {
16
info: 'info-circle-filled',
17
success: 'check-circle-filled',
18
- warning: 'info-circle-filled',
+ warning: 'error-circle-filled',
19
error: 'error-circle-filled',
20
};
21
packages/components/message/__test__/__snapshots__/index.test.js.snap
@@ -34,7 +34,7 @@ exports[`message props : style && customStyle 1`] = `
34
bind:tap="onTap"
35
>
36
<wx-label
37
- class="t-icon-info-circle-filled t-icon-base"
+ class="t-icon-error-circle-filled t-icon-base"
38
/>
39
</wx-view>
40
</t-icon>
0 commit comments