aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-view.js
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2017-08-23 07:42:17 +0800
committerDaniel Tsui <szehungdanieltsui@gmail.com>2017-08-23 07:42:17 +0800
commit5b62f10a5f0fc87a731c9c353e99770f0f66d085 (patch)
tree96e0248190663c8fb0634b63145d6d3809cc85e4 /ui/app/components/tx-view.js
parent9d69401041368ec5e3754f80d33fe69687c8e9cf (diff)
downloadtangerine-wallet-browser-5b62f10a5f0fc87a731c9c353e99770f0f66d085.tar.gz
tangerine-wallet-browser-5b62f10a5f0fc87a731c9c353e99770f0f66d085.tar.zst
tangerine-wallet-browser-5b62f10a5f0fc87a731c9c353e99770f0f66d085.zip
Modify buy and send buttons color, border-radius and various size properties. (#1956)
Diffstat (limited to 'ui/app/components/tx-view.js')
-rw-r--r--ui/app/components/tx-view.js2
1 files changed, 1 insertions, 1 deletions
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()