Better buttons

feature/default_network_editable
Luis Iván Cuende 8 years ago
parent 233094e19d
commit b8ee336f0d
No known key found for this signature in database
GPG Key ID: DC59CF69F19801F5
  1. 5
      ui/app/first-time/init-menu.js
  2. 8
      ui/app/keychains/hd/create-vault-complete.js

@ -114,7 +114,10 @@ InitializeMenuScreen.prototype.renderMenu = function (state) {
h('button.primary', {
onClick: this.createNewVaultAndKeychain.bind(this),
style: {
margin: 12,
position: 'absolute',
left: 0,
bottom: 0,
width: '100%',
},
}, 'Create'),

@ -35,7 +35,7 @@ CreateVaultCompleteScreen.prototype.render = function () {
style: {
background: '#EBEBEB',
color: '#AEAEAE',
marginTop: 36,
marginTop: 0,
marginBottom: 8,
width: '100%',
fontSize: '20px',
@ -60,8 +60,10 @@ CreateVaultCompleteScreen.prototype.render = function () {
h('button.primary', {
onClick: () => this.confirmSeedWords(),
style: {
margin: '24px',
fontSize: '0.9em',
position: 'absolute',
left: 0,
bottom: 0,
width: '100%',
},
}, 'I\'ve copied it somewhere safe'),
])

Loading…
Cancel
Save