diff --git a/src/views/Wallet/views/AccountReceive/index.js b/src/views/Wallet/views/AccountReceive/index.js index 63b952d9..c0b65a8c 100644 --- a/src/views/Wallet/views/AccountReceive/index.js +++ b/src/views/Wallet/views/AccountReceive/index.js @@ -79,7 +79,7 @@ const AddressInfoText = styled.div` margin: 0px 2px; `; -const StyledButton = styled(Button)` +const ShowAddressButton = styled(Button)` border-top-left-radius: 0; border-bottom-left-radius: 0; `; @@ -180,7 +180,7 @@ const AccountReceive = (props: Props) => { /> )} {!(addressVerified || addressUnverified) && ( - props.showAddress(account.addressPath)} isDisabled={device.connected && !discovery.completed} icon={{ @@ -189,7 +189,7 @@ const AccountReceive = (props: Props) => { size: 25, }} >Show full address - + )}