We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b091b2d commit bd9ddc2Copy full SHA for bd9ddc2
src/theme/components/table.modifier.ts
@@ -20,7 +20,7 @@ const MuiTableBody: Components<Theme>['MuiTableBody'] = {
20
const MuiTableCell: Components<Theme>['MuiTableCell'] = {
21
styleOverrides: {
22
root: ({ theme }) => {
23
- return { borderBottom: `1px solid ${theme.palette.border.normal}` };
+ return { borderBottom: `1px solid ${theme.palette.icon.disabled}` };
24
}
25
26
};
0 commit comments