Skip to content

Commit f7c11af

Browse files
committed
refactor: Remove extraline from table bottom
1 parent e20ff62 commit f7c11af

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-root": {
138+
borderBottom: 0,
139+
},
140+
},
141+
},
142+
134143
MuiInputBase: {
135144
root: {
136145
borderRadius,

0 commit comments

Comments
 (0)