diff --git a/src/views/Wallet/views/AccountSend/index.js b/src/views/Wallet/views/AccountSend/index.js index c34e4778..fa0e2916 100644 --- a/src/views/Wallet/views/AccountSend/index.js +++ b/src/views/Wallet/views/AccountSend/index.js @@ -37,6 +37,7 @@ const AmountInputLabelWrapper = styled.div` `; const AmountInputLabel = styled.span` + text-align: right; color: ${colors.TEXT_SECONDARY}; `;