hotfix: remove useless margin top

This commit is contained in:
George Lima 2018-12-19 18:40:39 -03:00
parent 243a645feb
commit e43282124a
1 changed files with 1 additions and 1 deletions

View File

@ -17,8 +17,8 @@ const Wrapper = styled.div`
background-color: ${props => props.theme.colors.cardBackgroundColor};
border-radius: 5px;
padding: 37px 45px;
margin-top: 20px;
position: relative;
margin-top: ${props => props.theme.layoutContentPaddingTop};
`;
const AllAddresses = styled(TextComponent)`