diff --git a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js index df272aa8..7b9da489 100644 --- a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js @@ -30,10 +30,13 @@ const RowCoinWrapper = styled.div` const Left = styled.div` display: flex; + padding-top: 1px; justify-content: space-between; align-items: center; `; +const Network = styled.div``; + const IconWrapper = styled.div` margin-right: 10px; `; @@ -49,7 +52,7 @@ const RowCoin = ({ network, iconLeft, iconRight }) => ( )} -

{network.name}

+ {network.name}
{iconRight && (