From 50a877eac2a4be5c7559e3a9c3426c8f2f16e869 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 20 Aug 2018 13:31:22 +0200 Subject: [PATCH] Added margin for logos --- .../components/LeftNavigation/components/RowCoin/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js b/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js index 455c747b..71d0f7ac 100644 --- a/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js +++ b/src/js/views/Wallet/components/LeftNavigation/components/RowCoin/index.js @@ -43,6 +43,10 @@ const IconWrapper = styled.div` margin-right: 10px; `; +const LogoWrapper = styled.div` + margin-right: 3px; +`; + const RowCoin = ({ coin, iconLeft, iconRight, }) => ( @@ -59,7 +63,9 @@ const RowCoin = ({ )} - + + +

{coin.name}