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 } /> - - + + ) } />