Skip to content

Commit 91ee374

Browse files
authored
fix(alert) warn vs warning (#7228)
This reverts commit ab355f3. * warn alsia warning
1 parent 4ea3b1f commit 91ee374

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sentry/static/sentry/app/utils/theme.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,7 @@ theme.alert.warning.iconColor = theme.yellowDark;
108108
theme.alert.success.iconColor = theme.greenDark;
109109
theme.alert.error.iconColor = theme.redDark;
110110

111+
//alias warn to warning
112+
theme.alert.warn = theme.alert.warning;
113+
111114
export default theme;

0 commit comments

Comments
 (0)