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 898622f commit eb6d060Copy full SHA for eb6d060
src/notice-bar/notice-bar.ts
@@ -10,7 +10,7 @@ const name = `${prefix}-notice-bar`;
10
const THEME_ICON = {
11
info: 'info-circle-filled',
12
success: 'check-circle-filled',
13
- warning: 'info-circle-filled',
+ warning: 'error-circle-filled',
14
error: 'error-circle-filled',
15
};
16
0 commit comments