cyril.tsui пре 2 недеља
родитељ
комит
eb6f64ec53
1 измењених фајлова са 12 додато и 0 уклоњено
  1. +12
    -0
      src/theme/devias-material-kit/components.ts

+ 12
- 0
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: {


Loading…
Откажи
Сачувај