Skip to content
Snippets Groups Projects
Commit f96dcfa9 authored by Sina Rohde's avatar Sina Rohde
Browse files

added dark mode and typagraphy

parent 8786bd56
No related branches found
No related tags found
2 merge requests!7Revert "MAINT: Ignore venv and package-lock.json",!5F fdo details
Pipeline #55514 failed
......@@ -20,15 +20,16 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({
...theme.applyStyles('dark', {
backgroundColor: '#262c32'
})
}
}))
const StyledTableRow = styled(TableRow)(({ theme }) => ({
'&:nth-of-type(odd)': { backgroundColor: theme.palette.action.hover },
'&:nth-of-type(odd)': {
backgroundColor: theme.palette.action.hover },
// hide last border
'&:last-child td, &:last-child th': {
border: 0
border: 0
}
}))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment