1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-29 02:18:06 +00:00

add missing margin-top to textarea's error message

This commit is contained in:
slowbackspace 2019-01-17 17:20:16 +01:00
parent 5423caea4f
commit f8d8ff02d1

View File

@ -109,6 +109,7 @@ const TopLabel = styled.span`
`;
const BottomText = styled.span`
margin-top: 10px;
font-size: ${FONT_SIZE.SMALL};
color: ${props => (props.color ? props.color : colors.TEXT_SECONDARY)};
`;