initial commit
This commit is contained in:
6
front/src/styles/theme/components/table-cell.js
Normal file
6
front/src/styles/theme/components/table-cell.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const MuiTableCell = {
|
||||
styleOverrides: {
|
||||
root: {borderBottom: 'var(--TableCell-borderWidth, 1px) solid var(--mui-palette-TableCell-border)'},
|
||||
paddingCheckbox: {padding: '0 0 0 24px'},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user