From 05ad0e75f699e0514c6fbddffafcfc89016129f6 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 27 Mar 2019 17:09:31 +0100 Subject: [PATCH] center row coin --- .../components/LeftNavigation/components/RowCoin/index.js | 5 ++++- 1 file changed, 4 insertions(+), 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 df272aa8..7b9da489 100644 --- a/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/RowCoin/index.js @@ -30,10 +30,13 @@ const RowCoinWrapper = styled.div` const Left = styled.div` display: flex; + padding-top: 1px; justify-content: space-between; align-items: center; `; +const Network = styled.div``; + const IconWrapper = styled.div` margin-right: 10px; `; @@ -49,7 +52,7 @@ const RowCoin = ({ network, iconLeft, iconRight }) => ( )} -

{network.name}

+ {network.name}
{iconRight && (