margin added between icon

This commit is contained in:
Sukchan Lee 2017-07-06 11:52:39 +09:00
parent 19fe1886f4
commit 20bdb7f69d
2 changed files with 1 additions and 5 deletions

View File

@ -66,7 +66,7 @@ const CircleButton = styled.div`
display: flex;
align-items: center;
justify-content: center;
margin: 0.25rem;
margin: 1px;
background: white;
color: ${oc.gray[6]};

View File

@ -56,10 +56,6 @@ const CircleButton = styled.div`
justify-content: center;
margin: 1px;
${media.mobile`
margin: 0px;
`}
color: ${oc.gray[6]};
border-radius: 1rem;