update
This commit is contained in:
10
frontend/dashboard/src/theme/overrides/Aso.ts
Normal file
10
frontend/dashboard/src/theme/overrides/Aso.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Button, Card, Paper, TableRow } from '@mui/material';
|
||||
import { TableCell, styled as materialStyled } from '@mui/material';
|
||||
import { LoadingButton } from '@mui/lab';
|
||||
|
||||
// export const HeaderCell = materialStyled(TableCell)(({ theme }) => ({
|
||||
// backgroundColor: theme.palette.background.neutral,
|
||||
// borderBottom: 'none',
|
||||
// paddingTop: '16px',
|
||||
// paddingBottom: '16px',
|
||||
// }));
|
||||
@@ -25,7 +25,7 @@ export default function Table(theme: Theme) {
|
||||
color: theme.palette.text.secondary,
|
||||
backgroundColor: theme.palette.background.neutral,
|
||||
'&:first-of-type': {
|
||||
paddingLeft: theme.spacing(3),
|
||||
// paddingLeft: theme.spacing(3),
|
||||
borderTopLeftRadius: theme.shape.borderRadius,
|
||||
borderBottomLeftRadius: theme.shape.borderRadius,
|
||||
boxShadow: `inset 8px 0 0 ${theme.palette.background.paper}`,
|
||||
@@ -48,6 +48,7 @@ export default function Table(theme: Theme) {
|
||||
'&:last-of-type': {
|
||||
paddingRight: theme.spacing(3),
|
||||
},
|
||||
borderBottom: '1px solid rgba(145, 158, 171, 0.24)',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user