dashboard table, alarm center table
This commit is contained in:
@@ -4,9 +4,19 @@ import { Theme } from '@mui/material/styles';
|
||||
|
||||
export default function Table(theme: Theme) {
|
||||
return {
|
||||
MuiTableHead: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
'.MuiTableRow-root': {
|
||||
borderBottom: 'none',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiTableRow: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
borderBottom: '1px solid rgba(241, 243, 244, 1)',
|
||||
'&.Mui-selected': {
|
||||
backgroundColor: theme.palette.action.selected,
|
||||
'&:hover': {
|
||||
|
||||
Reference in New Issue
Block a user