From 5b62f10a5f0fc87a731c9c353e99770f0f66d085 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Tue, 22 Aug 2017 21:12:17 -0230 Subject: Modify buy and send buttons color, border-radius and various size properties. (#1956) --- ui/app/components/tx-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/components') diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js index dbbf07710..5ed103421 100644 --- a/ui/app/components/tx-view.js +++ b/ui/app/components/tx-view.js @@ -114,7 +114,7 @@ TxView.prototype.render = function () { h('button.btn-clear', { style: { textAlign: 'center', - marginLeft: '1.4em', + marginLeft: '0.8em', }, onClick: () => { this.props.showSendPage() -- cgit