From 9e2b5ddb1efc8412d1f9cc3262f641fe1bd8ba80 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 27 Sep 2018 12:37:08 +0200 Subject: [PATCH] Fixed token tooltip --- .../Wallet/views/AccountSummary/index.js | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/views/Wallet/views/AccountSummary/index.js b/src/views/Wallet/views/AccountSummary/index.js index 0a5d6644..f5e7b369 100644 --- a/src/views/Wallet/views/AccountSummary/index.js +++ b/src/views/Wallet/views/AccountSummary/index.js @@ -25,17 +25,16 @@ const AccountHeading = styled.div` align-items: center; `; +const TooltipContent = styled.div` + display: block; +`; + const H2Wrapper = styled.div` display: flex; align-items: center; padding: 20px 48px; `; -const StyledTooltip = styled(Tooltip)` - position: relative; - top: 2px; -`; - const AccountName = styled.div` display: flex; align-items: center; @@ -102,20 +101,16 @@ const AccountSummary = (props: Props) => {

Tokens

- - Insert token name, symbol or address to be able to send it. - - )} + content="Insert token name, symbol or address to be able to send it." > - +
{/* 0x58cda554935e4a1f2acbe15f8757400af275e084 Lahod */} {/* 0x58cda554935e4a1f2acbe15f8757400af275e084 T01 */}