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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,7 @@ const StyledIconContainer = styled.div`
`;
const StyledItemTitleContainer = styled.div`
align-content: flex-start;
align-content: center;
align-items: center;
color: ${({ theme }) => theme.font.color.tertiary};
display: flex;

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 {