fix: Correct space between menu icons and menu items text #423 (#456)

* fix: Correct space between menu icons and menu items text #423
This commit is contained in:
Deepak Singh
2023-06-27 20:10:12 +05:30
committed by GitHub
parent d6364a9fdd
commit 7a880bc9e8

View File

@ -43,7 +43,7 @@ const StyledName = styled.div`
font-family: 'Inter';
font-size: ${({ theme }) => theme.font.size.md};
font-weight: 500;
margin-left: ${({ theme }) => theme.spacing(1)};
margin-left: ${({ theme }) => theme.spacing(2)};
`;
function NavWorkspaceButton() {