current progress with diagram and project fixes

This commit is contained in:
sara-pervana
2024-01-24 23:15:15 +01:00
parent 1c6e33e74f
commit c7eedb7b4c
19 changed files with 788 additions and 197 deletions

View File

@@ -4,7 +4,6 @@ import TableRow from "@mui/material/TableRow";
export const StyledTableCell = styled(TableCell)(({ theme }) => ({
[`&.${tableCellClasses.head}`]: {
// backgroundColor: theme.palette.common.black,
backgroundColor: "#003258",
color: theme.palette.common.white,
},