styles: fix send card padding top

This commit is contained in:
Andre Neves 2019-02-18 09:36:24 -05:00
parent d4e78114f7
commit bcadd50f1e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ const FormWrapper = styled.div`
const SendWrapper = styled(ColumnComponent)`
width: 25%;
margin-top: 60px;
margin-top: 45px;
`;
type AmountProps =