💄 fix svg margin
This commit is contained in:
parent
32dd85eb69
commit
2b179194f8
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const Icon = styled.a`
|
||||||
> svg {
|
> svg {
|
||||||
fill: ${textColor};
|
fill: ${textColor};
|
||||||
color: ${textColor};
|
color: ${textColor};
|
||||||
margin: 8px
|
margin-left: ${remSize(16)};
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue