tiny margin error (#9343)
fixing the issue reported by Thomas here https://discord.com/channels/1130383047699738754/1324664239012446208
This commit is contained in:
@ -4,6 +4,7 @@ const StyledIconAndNameContainer = styled.div`
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-left: ${({ theme }) => theme.spacing(1)};
|
||||
margin-right: ${({ theme }) => theme.spacing(1)};
|
||||
gap: ${({ theme }) => theme.spacing(1)};
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user