From 025b685280e022c17421dc8eee570c2e57835e58 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Tue, 16 Apr 2019 11:50:52 +0200 Subject: [PATCH] fix tooltip position --- .../views/Account/Receive/ethereum/index.js | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/views/Wallet/views/Account/Receive/ethereum/index.js b/src/views/Wallet/views/Account/Receive/ethereum/index.js index f48436e1..ad971272 100644 --- a/src/views/Wallet/views/Account/Receive/ethereum/index.js +++ b/src/views/Wallet/views/Account/Receive/ethereum/index.js @@ -53,7 +53,7 @@ const ShowAddressButton = styled(Button)` const EyeButton = styled(Button)` z-index: 10001; padding: 0; - top: 12px; + top: 10px; position: absolute; right: 10px; @@ -135,19 +135,19 @@ const AccountReceive = (props: Props) => { icon={ (addressVerified || addressUnverified) && !isAddressVerifying && ( - - } + props.showAddress(account.accountPath)} > - props.showAddress(account.accountPath)} + + } > { : colors.TEXT_PRIMARY } /> - - + + ) } />