fix eye icon

pull/463/head
slowbackspace 5 years ago
parent 6c8fbd79a4
commit d5be28f6d7

@ -53,9 +53,7 @@ const ShowAddressButton = styled(Button)`
const EyeButton = styled(Button)`
z-index: 10001;
padding: 0;
width: 30px;
background: transparent;
top: 5px;
top: 12px;
position: absolute;
right: 10px;
@ -147,9 +145,11 @@ const AccountReceive = (props: Props) => {
}
>
<EyeButton
isTransparent
onClick={() => props.showAddress(account.accountPath)}
>
<Icon
size={16}
icon={
addressUnverified
? ICONS.EYE_CROSSED

Loading…
Cancel
Save