diff --git a/src/views/Wallet/views/Account/Summary/components/Balance/index.js b/src/views/Wallet/views/Account/Summary/components/Balance/index.js index d8e4eb5e..f81e7445 100644 --- a/src/views/Wallet/views/Account/Summary/components/Balance/index.js +++ b/src/views/Wallet/views/Account/Summary/components/Balance/index.js @@ -92,11 +92,14 @@ const Label = styled.div` const StyledIcon = styled(Icon)` cursor: pointer; - margin-left: 6px; align-items: center; margin-top: -5px; `; +const TooltipContainer = styled.div` + margin-left: 6px; +`; + const TooltipWrapper = styled.div` display: flex; align-items: center; @@ -138,13 +141,15 @@ class AccountBalance extends PureComponent { } const NoRatesTooltip = ( - } - > - - + + } + > + + + ); return (