mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-22 05:51:18 +00:00
fix walleticon
This commit is contained in:
parent
a197186f48
commit
090fd8226d
@ -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<Props, State> {
|
||||
placement="bottom"
|
||||
delay={500}
|
||||
>
|
||||
<DeviceIconWrapper>
|
||||
<WalletIconWrapper>
|
||||
<WalletTypeIcon
|
||||
onClick={e => {
|
||||
if (selectedDevice && isDeviceReady) {
|
||||
@ -325,7 +330,7 @@ class LeftNavigation extends React.PureComponent<Props, State> {
|
||||
size={16}
|
||||
color={colors.TEXT_SECONDARY}
|
||||
/>
|
||||
</DeviceIconWrapper>
|
||||
</WalletIconWrapper>
|
||||
</Tooltip>
|
||||
)}
|
||||
{this.props.devices.length > 1 && (
|
||||
|
Loading…
Reference in New Issue
Block a user