Skip to content

Commit eb6d060

Browse files
authored
fix(notice-bar): update icon of warning theme (#3812)
1 parent 898622f commit eb6d060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notice-bar/notice-bar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const name = `${prefix}-notice-bar`;
1010
const THEME_ICON = {
1111
info: 'info-circle-filled',
1212
success: 'check-circle-filled',
13-
warning: 'info-circle-filled',
13+
warning: 'error-circle-filled',
1414
error: 'error-circle-filled',
1515
};
1616

0 commit comments

Comments
 (0)