From 0dab0d36b3c346cfbcf9fe170dfd247634328abb Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 11 Oct 2018 12:37:07 +0200 Subject: [PATCH] better icon position --- src/views/Wallet/views/Account/Summary/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/views/Account/Summary/index.js b/src/views/Wallet/views/Account/Summary/index.js index 8410e29b..3be7a769 100644 --- a/src/views/Wallet/views/Account/Summary/index.js +++ b/src/views/Wallet/views/Account/Summary/index.js @@ -47,7 +47,7 @@ const StyledCoinLogo = styled(CoinLogo)` const StyledIcon = styled(Icon)` position: relative; - top: -6px; + top: -7px; &:hover { cursor: pointer; }