From bb3934978238b2b44f47ac9ffbed6b4e8f81854d Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 28 Mar 2019 17:45:19 +0100 Subject: [PATCH] center coin item --- .../Wallet/components/LeftNavigation/components/RowCoin/index.js | 1 + 1 file changed, 1 insertion(+) 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; `;