1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +00:00

Fixed border

This commit is contained in:
Vladimir Volek 2018-10-09 12:37:37 +02:00 committed by Szymon Lesisz
parent d22a4789db
commit 113c39ec26

View File

@ -18,6 +18,7 @@ const StyledInput = styled.input`
padding: 5px 31px 10px 20px;
color: ${colors.TEXT_PRIMARY};
background: transparent;
border: 1px solid ${colors.DIVIDER};
`;
const StyledIcon = styled(Icon)`