feat: sync dark mode table cell border bottom

This commit is contained in:
amhsirak
2025-10-13 17:17:13 +05:30
parent c955ae339a
commit 87ddfbd56d

View File

@@ -223,7 +223,7 @@ const darkTheme = createTheme({
MuiTableCell: {
styleOverrides: {
root: {
borderBottom: '1px solid rgba(255, 255, 255, 0.12)',
borderBottom: '1px solid #080808ff',
},
},
},