aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/tx-view.js7
-rw-r--r--ui/app/components/wallet-view.js7
2 files changed, 4 insertions, 10 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'
]),
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'
]),