aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/wallet-view.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/wallet-view.js')
-rw-r--r--ui/app/components/wallet-view.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/app/components/wallet-view.js b/ui/app/components/wallet-view.js
index e0bc34b49..9b27f1cca 100644
--- a/ui/app/components/wallet-view.js
+++ b/ui/app/components/wallet-view.js
@@ -63,11 +63,8 @@ WalletView.prototype.render = function () {
}),
]),
- h('span', {
- style: {
- fontSize: '1.2em',
- marginLeft: '0.6em', // TODO: switch all units for this component to em
- }
+ h('span.account-name', {
+ style: {}
}, [
'Account 1'
]),