From 3dd829a96667dae9d72a35a9776ebdd4ec51f149 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Thu, 7 Aug 2025 18:50:37 +0800 Subject: [PATCH] update --- src/theme/devias-material-kit/components.ts | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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, }, }, },