From 10d4dd082bf28682b823ef5ff02cdcf9ab3ec975 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Sat, 16 Mar 2019 17:01:50 +0100 Subject: [PATCH] smaller height of coin item --- .../components/LeftNavigation/components/RowCoin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};