From 4f30014050ac6c2f91e43aacf75feaf4f1e2e934 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 24 Jan 2019 23:37:14 +0100 Subject: [PATCH] remove margin around coin logo in the Summary tab --- src/views/Wallet/views/Account/Summary/ethereum/index.js | 8 ++------ src/views/Wallet/views/Account/Summary/ripple/index.js | 6 +----- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/views/Wallet/views/Account/Summary/ethereum/index.js b/src/views/Wallet/views/Account/Summary/ethereum/index.js index e7cc7cc2..63f00a5d 100644 --- a/src/views/Wallet/views/Account/Summary/ethereum/index.js +++ b/src/views/Wallet/views/Account/Summary/ethereum/index.js @@ -50,10 +50,6 @@ const AccountTitle = styled.div` color: ${colors.WALLET_TITLE}; `; -const StyledCoinLogo = styled(CoinLogo)` - margin-right: 10px; -`; - const StyledIcon = styled(Icon)` position: relative; top: -7px; @@ -93,7 +89,7 @@ const AccountSummary = (props: Props) => { - + Account #{parseInt(account.index, 10) + 1} See full transaction history @@ -123,7 +119,7 @@ const AccountSummary = (props: Props) => { defaultOptions value={null} isMulti={false} - placeholder="Type in a token name or paste a token address directly" + placeholder="Type in a token name or a token address" loadingMessage={() => 'Loading...'} noOptionsMessage={() => 'Token not found'} onChange={(token) => { diff --git a/src/views/Wallet/views/Account/Summary/ripple/index.js b/src/views/Wallet/views/Account/Summary/ripple/index.js index 01242056..8c1e6a6a 100644 --- a/src/views/Wallet/views/Account/Summary/ripple/index.js +++ b/src/views/Wallet/views/Account/Summary/ripple/index.js @@ -47,10 +47,6 @@ const AccountTitle = styled.div` color: ${colors.WALLET_TITLE}; `; -const StyledCoinLogo = styled(CoinLogo)` - margin-right: 10px; -`; - const StyledIcon = styled(Icon)` position: relative; top: -7px; @@ -86,7 +82,7 @@ const AccountSummary = (props: Props) => { - + Account #{parseInt(account.index, 10) + 1} { !account.empty && See full transaction history }