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 && (