Skip to content

Commit

Permalink
fix the INFO notification color and icon.
Browse files Browse the repository at this point in the history
fixes: kiali#4871
  • Loading branch information
jmazzitelli committed Mar 29, 2022
1 parent 942574c commit 555d823
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/MessageCenter/NotificationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export default class NotificationList extends React.PureComponent<NotificationLi
case MessageType.WARNING:
variant = AlertVariant.warning;
break;
case MessageType.INFO:
variant = AlertVariant.info;
break;
default:
variant = AlertVariant.danger;
}
Expand Down

0 comments on commit 555d823

Please sign in to comment.