1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-08 04:36:21 +00:00

Fixed eye icon

This commit is contained in:
Vladimir Volek 2018-10-03 13:04:18 +02:00
parent 151101a61c
commit 72fce49516

View File

@ -115,8 +115,8 @@ const EyeButton = styled(Button)`
padding: 0;
position: absolute;
left: auto;
right: 60px;
top: 3px;
right: 10px;
top: 6px;
`;
const AccountReceive = (props: Props) => {