ソースを参照

update

master
cyril.tsui 2週間前
コミット
3dd829a966
1個のファイルの変更3行の追加8行の削除
  1. +3
    -8
      src/theme/devias-material-kit/components.ts

+ 3
- 8
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,
},
},
},


読み込み中…
キャンセル
保存