mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-09 15:40:55 +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)`
|
const EyeButton = styled(Button)`
|
||||||
z-index: 10001;
|
z-index: 10001;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 30px;
|
top: 12px;
|
||||||
background: transparent;
|
|
||||||
top: 5px;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
|
||||||
@ -147,9 +145,11 @@ const AccountReceive = (props: Props) => {
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
<EyeButton
|
<EyeButton
|
||||||
|
isTransparent
|
||||||
onClick={() => props.showAddress(account.accountPath)}
|
onClick={() => props.showAddress(account.accountPath)}
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
|
size={16}
|
||||||
icon={
|
icon={
|
||||||
addressUnverified
|
addressUnverified
|
||||||
? ICONS.EYE_CROSSED
|
? ICONS.EYE_CROSSED
|
||||||
|
Loading…
Reference in New Issue
Block a user