feat: sync dark mode table cell border bottom
This commit is contained in:
@@ -223,7 +223,7 @@ const darkTheme = createTheme({
|
|||||||
MuiTableCell: {
|
MuiTableCell: {
|
||||||
styleOverrides: {
|
styleOverrides: {
|
||||||
root: {
|
root: {
|
||||||
borderBottom: '1px solid rgba(255, 255, 255, 0.12)',
|
borderBottom: '1px solid #080808ff',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user