diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-10-31 04:38:37 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-10-31 04:38:37 +0800 |
commit | 24181970416929e51562856d475d16afc1fa2441 (patch) | |
tree | 9c01f02db414d9b248df57aeddc0dd686e7f1ef2 /ui/app | |
parent | 9b4f3825e78659148ea2c651c2622b3fb01c41b5 (diff) | |
download | tangerine-wallet-browser-24181970416929e51562856d475d16afc1fa2441.tar tangerine-wallet-browser-24181970416929e51562856d475d16afc1fa2441.tar.gz tangerine-wallet-browser-24181970416929e51562856d475d16afc1fa2441.tar.bz2 tangerine-wallet-browser-24181970416929e51562856d475d16afc1fa2441.tar.lz tangerine-wallet-browser-24181970416929e51562856d475d16afc1fa2441.tar.xz tangerine-wallet-browser-24181970416929e51562856d475d16afc1fa2441.tar.zst tangerine-wallet-browser-24181970416929e51562856d475d16afc1fa2441.zip |
Modify first-screen design to match docs.
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/first-time/init-menu.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/app/first-time/init-menu.js b/ui/app/first-time/init-menu.js index 9788db382..21ddc2800 100644 --- a/ui/app/first-time/init-menu.js +++ b/ui/app/first-time/init-menu.js @@ -49,7 +49,7 @@ InitializeMenuScreen.prototype.renderMenu = function () { h('h1', { style: { - fontSize: '1.4em', + fontSize: '1.7em', textTransform: 'uppercase', color: '#7F8082', marginBottom: 20, @@ -90,6 +90,7 @@ InitializeMenuScreen.prototype.renderMenu = function () { style: { width: 260, marginTop: 12, + textAlign: 'center', }, }), @@ -103,6 +104,7 @@ InitializeMenuScreen.prototype.renderMenu = function () { style: { width: 260, marginTop: 16, + textAlign: 'center', }, }), @@ -168,4 +170,3 @@ InitializeMenuScreen.prototype.inputChanged = function (event) { y: boundingRect.top + coordinates.top - element.scrollTop, }) } - |