Skip to content

Commit

Permalink
fix: set correct background color for toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Jun 8, 2021
1 parent 8999c4f commit ff21b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MTableToolbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export const styles = (theme) => ({
paddingRight: theme.spacing(1)
},
highlight:
theme.palette.type === 'light'
theme.palette.mode === 'light'
? {
color: theme.palette.secondary.main,
backgroundColor: lighten(theme.palette.secondary.light, 0.85)
Expand Down

0 comments on commit ff21b47

Please sign in to comment.