mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Fixed border
This commit is contained in:
parent
d22a4789db
commit
113c39ec26
@ -18,6 +18,7 @@ const StyledInput = styled.input`
|
|||||||
padding: 5px 31px 10px 20px;
|
padding: 5px 31px 10px 20px;
|
||||||
color: ${colors.TEXT_PRIMARY};
|
color: ${colors.TEXT_PRIMARY};
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
border: 1px solid ${colors.DIVIDER};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledIcon = styled(Icon)`
|
const StyledIcon = styled(Icon)`
|
||||||
|
Loading…
Reference in New Issue
Block a user