This website works better with JavaScript.
Home
Explore
Help
Sign In
derek
/
FPSMS-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
cyril.tsui
2 weeks ago
parent
63730ebbe6
commit
3dd829a966
1 changed files
with
3 additions
and
8 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-8
src/theme/devias-material-kit/components.ts
+ 3
- 8
src/theme/devias-material-kit/components.ts
View File
@@ -298,18 +298,13 @@ const components: ThemeOptions["components"] = {
},
},
},
},
},
},
MuiTableRow: {
styleOverrides: {
root: {
lineHeight: 0.5,
},
},
},
MuiTableCell: {
MuiTableCell: {
styleOverrides: {
styleOverrides: {
root: {
root: {
borderBottomColor: palette.divider,
borderBottomColor: palette.divider,
padding: "15px 16px",
padding: "1px 6px",
// padding: "15px 16px",
// lineHeight: 1.5,
},
},
},
},
},
},
Write
Preview
Loading…
Cancel
Save