fix(send): amount field vertical align

This commit is contained in:
George Lima 2019-02-20 12:18:55 -03:00
parent 52b496c476
commit bdc41f50f1
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ const AmountWrapper = styled.div`
content: 'ZEC';
font-family: ${props => props.theme.fontFamily};
position: absolute;
margin-top: 15px;
margin-top: 16px;
margin-left: 15px;
display: block;
transition: all 0.05s ease-in-out;