From 090fd8226d4eead8e2037c360c53af95de489320 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 28 Mar 2019 17:33:33 +0100 Subject: [PATCH] fix walleticon --- src/views/Wallet/components/LeftNavigation/index.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index 004cf8ce..d4f0f0bb 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -32,6 +32,11 @@ const DeviceIconWrapper = styled.div` margin: 0 3px; `; +const WalletIconWrapper = styled.div` + padding-bottom: 1px; + margin: 0 3px; +`; + const Counter = styled.div` display: flex; justify-content: center; @@ -308,7 +313,7 @@ class LeftNavigation extends React.PureComponent { placement="bottom" delay={500} > - + { if (selectedDevice && isDeviceReady) { @@ -325,7 +330,7 @@ class LeftNavigation extends React.PureComponent { size={16} color={colors.TEXT_SECONDARY} /> - + )} {this.props.devices.length > 1 && (