1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 00:48:35 +00:00

Style fix

This commit is contained in:
Vasek Mlejnsky 2018-09-24 14:11:11 +02:00
parent 46421270bc
commit 0a5ce4351c

View File

@ -37,6 +37,7 @@ const AmountInputLabelWrapper = styled.div`
`; `;
const AmountInputLabel = styled.span` const AmountInputLabel = styled.span`
text-align: right;
color: ${colors.TEXT_SECONDARY}; color: ${colors.TEXT_SECONDARY};
`; `;