Skip to content

Commit d350d90

Browse files
refactor: Remove extra line from table bottom (coder#3831)
1 parent ff0aa8d commit d350d90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

site/src/theme/overrides.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ export const getOverrides = ({ palette, breakpoints }: Theme): Overrides => {
131131
},
132132
},
133133
},
134+
135+
MuiTableRow: {
136+
root: {
137+
"&:last-child .MuiTableCell-body": {
138+
borderBottom: 0,
139+
},
140+
},
141+
},
142+
134143
MuiInputBase: {
135144
root: {
136145
borderRadius,

0 commit comments

Comments
 (0)