From 3e87ea98543bf2a54873395bb47d6f3f9c13ee79 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 12 Dec 2018 17:30:16 +0100 Subject: [PATCH] use standard button font size --- src/views/Wallet/views/Account/Send/ethereum/index.js | 1 - src/views/Wallet/views/Account/Send/ripple/index.js | 1 - 2 files changed, 2 deletions(-) diff --git a/src/views/Wallet/views/Account/Send/ethereum/index.js b/src/views/Wallet/views/Account/Send/ethereum/index.js index 4a97f416..3a3de6d3 100644 --- a/src/views/Wallet/views/Account/Send/ethereum/index.js +++ b/src/views/Wallet/views/Account/Send/ethereum/index.js @@ -132,7 +132,6 @@ const ToggleAdvancedSettingsButton = styled(Button)` const SendButton = styled(Button)` min-width: ${props => (props.isAdvancedSettingsHidden ? '50%' : '100%')}; - font-size: 13px; @media screen and (max-width: ${SmallScreenWidth}) { margin-top: ${props => (props.isAdvancedSettingsHidden ? '10px' : 0)}; diff --git a/src/views/Wallet/views/Account/Send/ripple/index.js b/src/views/Wallet/views/Account/Send/ripple/index.js index f67de532..be3f9978 100644 --- a/src/views/Wallet/views/Account/Send/ripple/index.js +++ b/src/views/Wallet/views/Account/Send/ripple/index.js @@ -82,7 +82,6 @@ const ToggleAdvancedSettingsWrapper = styled.div` const SendButton = styled(Button)` min-width: ${props => (props.isAdvancedSettingsHidden ? '50%' : '100%')}; - font-size: 13px; @media screen and (max-width: ${SmallScreenWidth}) { margin-top: ${props => (props.isAdvancedSettingsHidden ? '10px' : 0)};