aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/account-detail.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r--ui/app/account-detail.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js
index 00d40a9ee..2b58fb239 100644
--- a/ui/app/account-detail.js
+++ b/ui/app/account-detail.js
@@ -126,6 +126,9 @@ AccountDetailScreen.prototype.render = function() {
h('button', {
onClick: () => this.props.dispatch(actions.showSendPage()),
+ style: {
+ margin: 10,
+ },
}, 'SEND ETH'),
]),