From 0a5ce4351ce8162e49b60e5d5c636d7321734721 Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Mon, 24 Sep 2018 14:11:11 +0200 Subject: [PATCH] Style fix --- src/views/Wallet/views/AccountSend/index.js | 1 + 1 file changed, 1 insertion(+) 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}; `;