diff --git a/src/theme/devias-material-kit/components.ts b/src/theme/devias-material-kit/components.ts index 12e6886..4e36d18 100644 --- a/src/theme/devias-material-kit/components.ts +++ b/src/theme/devias-material-kit/components.ts @@ -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: { styleOverrides: { root: {