From bdc41f50f13cadaab0e0d66a35732db12a3bc226 Mon Sep 17 00:00:00 2001 From: George Lima Date: Wed, 20 Feb 2019 12:18:55 -0300 Subject: [PATCH] fix(send): amount field vertical align --- app/views/send.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/send.js b/app/views/send.js index 5db71db..622e02b 100644 --- a/app/views/send.js +++ b/app/views/send.js @@ -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;