💄 fix svg margin

This commit is contained in:
ghalestrilo 2020-06-15 18:52:40 -03:00
parent 32dd85eb69
commit 2b179194f8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ const Icon = styled.a`
> svg {
fill: ${textColor};
color: ${textColor};
margin: 8px
margin-left: ${remSize(16)};
}
`;