mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-07 14:50:52 +00:00
fix eye icon
This commit is contained in:
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…
Reference in New Issue
Block a user