diff options
Diffstat (limited to 'ui/app/components/tx-view.js')
-rw-r--r-- | ui/app/components/tx-view.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js index 164684821..ed8f05e95 100644 --- a/ui/app/components/tx-view.js +++ b/ui/app/components/tx-view.js @@ -78,11 +78,8 @@ TxView.prototype.render = function () { }), ]), - h('span', { - style: { - fontSize: '1.2em', - marginLeft: '0.5em', // TODO: switch all units for this component to em - } + h('span.account-name', { + style: {} }, [ 'Account 1' ]), |