Skip to content

Commit

Permalink
Merge pull request #3730 from natrim/patch-17
Browse files Browse the repository at this point in the history
[RFR][v3] Notification - fix text color
  • Loading branch information
djhi authored Sep 25, 2019
2 parents 171e0d3 + 780735d commit a78f307
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ra-ui-materialui/src/layout/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ interface Props {
}

const useStyles = makeStyles((theme: Theme) => ({
confirm: {
backgroundColor: theme.palette.background.default,
error: {
backgroundColor: theme.palette.error.dark,
color: theme.palette.error.contrastText,
},
warning: {
backgroundColor: theme.palette.error.light,
color: theme.palette.error.contrastText,
},
undo: {
color: theme.palette.primary.light,
Expand Down

0 comments on commit a78f307

Please sign in to comment.