@ -81,7 +81,7 @@ const StyledIconContainer = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledItemTitleContainer = styled.div`
|
const StyledItemTitleContainer = styled.div`
|
||||||
align-content: flex-start;
|
align-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: ${({ theme }) => theme.font.color.tertiary};
|
color: ${({ theme }) => theme.font.color.tertiary};
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@ -37,6 +37,7 @@ const StyledTableHeader = styled.div`
|
|||||||
|
|
||||||
const StyledIcon = styled.div`
|
const StyledIcon = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-left: ${({ theme }) => theme.spacing(1)};
|
||||||
margin-right: ${({ theme }) => theme.spacing(2)};
|
margin-right: ${({ theme }) => theme.spacing(2)};
|
||||||
|
|
||||||
& > svg {
|
& > svg {
|
||||||
|
|||||||
Reference in New Issue
Block a user