diff options
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/tx-view.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js index dc9a7985f..36c22897e 100644 --- a/ui/app/components/tx-view.js +++ b/ui/app/components/tx-view.js @@ -100,11 +100,15 @@ TxView.prototype.render = function () { } }, [ h('button.btn-clear', { - textAlign: 'center' + style: { + textAlign: 'center', + }, }, 'BUY'), h('button.btn-clear', { - textAlign: 'center' + style: { + textAlign: 'center', + }, }, 'SEND'), ]), |