Skip to content

Commit 929c8e7

Browse files
committed
Fix table border color
1 parent d69aee8 commit 929c8e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/themes/default.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ export default {
9191
child: {
9292
backgroundColor: "white"
9393
}
94+
},
95+
MuiTableCell: {
96+
root: {
97+
borderBottom: '1px solid rgba(224, 224, 224, .5)',
98+
}
9499
}
95100
}
96101
};

0 commit comments

Comments
 (0)