diff --git a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js index 5ee31f95..4ebc0ce6 100644 --- a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js @@ -35,6 +35,7 @@ const RowCoinWrapper = styled.div` const Left = styled.div` display: flex; + padding-top: 1px; justify-content: space-between; align-items: center; `;