diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-05 06:55:14 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-05 06:57:43 +0800 |
commit | 75c3009f839f94a19830673673f4b9ac25342633 (patch) | |
tree | 2420c6c282bfd562cac8ed9d6f5e8867d6494002 /ui/app/app.js | |
parent | 9213789c44beaf4bf734bc6192dc646d706d5c44 (diff) | |
download | tangerine-wallet-browser-75c3009f839f94a19830673673f4b9ac25342633.tar tangerine-wallet-browser-75c3009f839f94a19830673673f4b9ac25342633.tar.gz tangerine-wallet-browser-75c3009f839f94a19830673673f4b9ac25342633.tar.bz2 tangerine-wallet-browser-75c3009f839f94a19830673673f4b9ac25342633.tar.lz tangerine-wallet-browser-75c3009f839f94a19830673673f4b9ac25342633.tar.xz tangerine-wallet-browser-75c3009f839f94a19830673673f4b9ac25342633.tar.zst tangerine-wallet-browser-75c3009f839f94a19830673673f4b9ac25342633.zip |
Fix header style; Address comments
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 5 |
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 () { }), ]), - ]) + ]), ]), ]) |