Explorar el Código

update

master
cyril.tsui hace 2 semanas
padre
commit
eb6f64ec53
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. +12
    -0
      src/theme/devias-material-kit/components.ts

+ 12
- 0
src/theme/devias-material-kit/components.ts Ver fichero

@@ -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: {


Cargando…
Cancelar
Guardar