Initial commit
This commit is contained in:
10
front/src/styles/theme/components/table-body.js
Normal file
10
front/src/styles/theme/components/table-body.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import {tableCellClasses} from '@mui/material/TableCell';
|
||||
import {tableRowClasses} from '@mui/material/TableRow';
|
||||
|
||||
export const MuiTableBody = {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
[`& .${tableRowClasses.root}:last-child`]: {[`& .${tableCellClasses.root}`]: {'--TableCell-borderWidth': 0}},
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user