aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 32c9cffb2..9ad85d85d 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -214,7 +214,8 @@ App.prototype.renderAppBar = function () {
h('h1', {
style: {
position: 'relative',
- left: '9px',
+ paddingLeft: '9px',
+ color: '#5B5D67',
},
}, 'MetaMask'),
@@ -239,7 +240,7 @@ App.prototype.renderAppBar = function () {
}),
]),
- ])
+ ]),
]),
])