From 913e8bf7f33b54835c2f681ac464e5e7ec56c1aa Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Tue, 16 Apr 2019 12:05:36 +0200 Subject: [PATCH] fix ripple tooltip position --- .../views/Account/Receive/ripple/index.js | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/views/Wallet/views/Account/Receive/ripple/index.js b/src/views/Wallet/views/Account/Receive/ripple/index.js index f1b0e8c5..b19e960e 100644 --- a/src/views/Wallet/views/Account/Receive/ripple/index.js +++ b/src/views/Wallet/views/Account/Receive/ripple/index.js @@ -59,7 +59,7 @@ const ShowAddressButton = styled(Button)` const EyeButton = styled(Button)` z-index: 10001; padding: 0; - top: 12px; + top: 10px; position: absolute; right: 10px; @@ -141,19 +141,20 @@ const AccountReceive = (props: Props) => { icon={ (addressVerified || addressUnverified) && !isAddressVerifying && ( - - } + props.showAddress(account.accountPath)} > - props.showAddress(account.accountPath)} + {' '} + + } > { : colors.TEXT_PRIMARY } /> - - + + ) } />