diff --git a/src/views/Wallet/views/Account/Summary/index.js b/src/views/Wallet/views/Account/Summary/index.js index 77c07ba2..8410e29b 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: -1px; + top: -6px; &:hover { cursor: pointer; }