From 4066f62ff7516cd5d0c7535e183414524be1ee5c Mon Sep 17 00:00:00 2001 From: eliabejr Date: Thu, 10 Jan 2019 14:51:51 -0300 Subject: [PATCH] feature: fix SendView fonts --- app/views/send.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/views/send.js b/app/views/send.js index 71a9128..ecf3120 100644 --- a/app/views/send.js +++ b/app/views/send.js @@ -20,12 +20,12 @@ import type { SendTransactionInput } from '../containers/send'; const FormWrapper = styled.div` margin-top: ${props => props.theme.layoutContentPaddingTop}; - width: 80%; + width: 65%; `; const SendWrapper = styled(ColumnComponent)` margin-top: 60px; - width: 15%; + width: 30%; `; const ShowFeeButton = styled.button` @@ -99,7 +99,7 @@ export class SendView extends PureComponent { state = { showFee: false, from: '', - amount: '0', + amount: '', to: '', feeType: FEES.LOW, fee: FEES.LOW, @@ -186,14 +186,14 @@ export class SendView extends PureComponent { type='number' onChange={this.handleChange('amount')} value={String(amount)} - placeholder='0.01' + placeholder='ZEC 0.0' step={0.01} /> { - - + + - - + +