tiny margin error (#9343)

fixing the issue reported by Thomas here
https://discord.com/channels/1130383047699738754/1324664239012446208
This commit is contained in:
Guillim
2025-01-03 18:00:58 +01:00
committed by GitHub
parent ae4615d140
commit 694c8aae40

View File

@ -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)};
`;