diff --git a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js index 4be366de..ab7f89d9 100644 --- a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js @@ -15,7 +15,7 @@ const CoinNameWrapper = styled.div` const RowCoinWrapper = styled.div` padding: ${LEFT_NAVIGATION_ROW.PADDING}; - height: 50px; + height: 44px; display: block; font-size: ${FONT_SIZE.BIG}; color: ${colors.TEXT_PRIMARY};