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; }