Skip to content

Commit

Permalink
fix: table body background color
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 22, 2023
1 parent f12b77d commit bee0c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/components/MuiTableBody.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Components from './_components';
const MuiTableBody: Components['MuiTableBody'] = {
styleOverrides: {
root: ({ ownerState }) => ({
backgroundColor: '#F2F2F2',
backgroundColor: '#F1ECEC',
...(includesClassNames(ownerState, ['text']) && {
backgroundColor: 'white'
})
Expand Down

0 comments on commit bee0c85

Please sign in to comment.