Skip to content

Commit

Permalink
fix header background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelemarre committed Jul 10, 2024
1 parent e3b056f commit 215ba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webapp/components/table/BasicTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ const StyledTable = styled(Table)`
border-collapse: collapse;
& .MuiTableHead-root {
color: ${props => props.theme.palette.common.grey1};
background-color: ${props => props.theme.palette.common.greyLight};
font-weight: 600;
height: 2.25rem;
& .MuiTableCell-root {
white-space: nowrap;
background-color: ${props => props.theme.palette.common.greyLight};
}
}
& .MuiTableBody-root {
Expand Down

0 comments on commit 215ba2b

Please sign in to comment.