Skip to content

Commit

Permalink
Change Notification's error color from dark to main
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas authored and djhi committed Jan 19, 2021
1 parent 6eaac66 commit 037f75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/layout/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const useStyles = makeStyles(
color: theme.palette.info.contrastText,
},
error: {
backgroundColor: theme.palette.error.dark,
backgroundColor: theme.palette.error.main,
color: theme.palette.error.contrastText,
},
warning: {
Expand Down

0 comments on commit 037f75b

Please sign in to comment.