From 966b25573b04cc9562ba7eb5d345cf48789ddfd9 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Sun, 6 Aug 2017 14:03:44 -0700 Subject: Move remaining debug, fonts, reset, and transitions into inverted triangle --- ui/app/components/tx-view.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ui/app/components') 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'), ]), -- cgit