Skip to content

Commit

Permalink
Design fixes for #615 and #637 (#658)
Browse files Browse the repository at this point in the history
Fixes #615 and #637
  • Loading branch information
FelixMalfait authored Jul 14, 2023
1 parent ff69b17 commit 7bcea34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7bcea34

Please sign in to comment.