Skip to content

Commit

Permalink
Fix error color
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Sep 1, 2022
1 parent 6f7e8ad commit 552f312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/MessageBanner/MessageBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import './MessageBanner.scss';
const MESSAGE_INTENTS = {
info: Intent.PRIMARY,
warning: Intent.WARNING,
error: Intent.ERROR,
error: Intent.DANGER,
success: Intent.SUCCESS,
};

Expand Down

0 comments on commit 552f312

Please sign in to comment.