Fix permissions front followup (#10758)

This commit is contained in:
Weiko
2025-03-10 18:56:23 +01:00
committed by GitHub
parent c8b44aa242
commit 5fb613a8f7
9 changed files with 109 additions and 106 deletions

View File

@ -18,8 +18,6 @@ const StyledPermissionCell = styled(TableCell)`
flex: 1;
gap: ${({ theme }) => theme.spacing(2)};
padding-left: ${({ theme }) => theme.spacing(2)};
color: ${({ theme }) => theme.font.color.secondary};
font-size: ${({ theme }) => theme.font.size.sm};
`;
const StyledCheckboxCell = styled(TableCell)`