|
@@ -298,6 +298,18 @@ const components: ThemeOptions["components"] = { |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
MuiTableRow: { |
|
|
|
|
|
styleOverrides: { |
|
|
|
|
|
root: { |
|
|
|
|
|
// '&:nth-of-type(odd)': { |
|
|
|
|
|
// backgroundColor: 'rgba(0, 0, 0, 0.04)', // Example for odd rows |
|
|
|
|
|
// }, |
|
|
|
|
|
'&:nth-of-type(even)': { |
|
|
|
|
|
backgroundColor: palette.neutral[50], // Example for even rows |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
MuiTableCell: { |
|
|
MuiTableCell: { |
|
|
styleOverrides: { |
|
|
styleOverrides: { |
|
|
root: { |
|
|
root: { |
|
|