From 2b6359370875d527b1b134326d8accba21f1f203 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 21 Mar 2019 14:34:08 +0100 Subject: [PATCH] fix lint --- .../Wallet/views/Account/Send/ethereum/index.js | 12 +++++++----- src/views/Wallet/views/Account/Send/ripple/index.js | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/views/Wallet/views/Account/Send/ethereum/index.js b/src/views/Wallet/views/Account/Send/ethereum/index.js index 621b3d41..3e4867ac 100644 --- a/src/views/Wallet/views/Account/Send/ethereum/index.js +++ b/src/views/Wallet/views/Account/Send/ethereum/index.js @@ -180,7 +180,7 @@ const ToggleAdvancedSettingsButton = styled(Button)` display: flex; flex: 1 1 0; align-items: center; - font-weight: ${FONT_WEIGHT.SEMIBOLD}; + font-weight: ${FONT_WEIGHT.MEDIUM}; justify-content: flex-start; `; @@ -474,10 +474,12 @@ const AccountSend = (props: Props) => { {gasPriceNeedsUpdate && ( - - {' '} + + {' '} diff --git a/src/views/Wallet/views/Account/Send/ripple/index.js b/src/views/Wallet/views/Account/Send/ripple/index.js index 9e459fd5..c39c0e48 100644 --- a/src/views/Wallet/views/Account/Send/ripple/index.js +++ b/src/views/Wallet/views/Account/Send/ripple/index.js @@ -141,7 +141,7 @@ const ToggleAdvancedSettingsButton = styled(Button)` display: flex; flex: 1 1 0; align-items: center; - font-weight: ${FONT_WEIGHT.SEMIBOLD}; + font-weight: ${FONT_WEIGHT.MEDIUM}; justify-content: flex-start; `; @@ -439,10 +439,12 @@ const AccountSend = (props: Props) => { {feeNeedsUpdate && ( - - {' '} + + {' '}