diff --git a/src/theme/devias-material-kit/components.ts b/src/theme/devias-material-kit/components.ts index f8640c2..12e6886 100644 --- a/src/theme/devias-material-kit/components.ts +++ b/src/theme/devias-material-kit/components.ts @@ -298,18 +298,13 @@ const components: ThemeOptions["components"] = { }, }, }, - MuiTableRow: { - styleOverrides: { - root: { - lineHeight: 0.5, - }, - }, - }, MuiTableCell: { styleOverrides: { root: { borderBottomColor: palette.divider, - padding: "15px 16px", + padding: "1px 6px", + // padding: "15px 16px", + // lineHeight: 1.5, }, }, },