Design fixes for #615 and #637 (#658)

Fixes #615 and #637
This commit is contained in:
Félix Malfait
2023-07-14 12:36:48 +02:00
committed by GitHub
parent ff69b17210
commit 7bcea343e2
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ const StyledTableHeader = styled.div`
const StyledIcon = styled.div`
display: flex;
margin-left: ${({ theme }) => theme.spacing(1)};
margin-right: ${({ theme }) => theme.spacing(2)};
& > svg {