mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Better buttons
This commit is contained in:
parent
233094e19d
commit
b8ee336f0d
@ -114,7 +114,10 @@ InitializeMenuScreen.prototype.renderMenu = function (state) {
|
|||||||
h('button.primary', {
|
h('button.primary', {
|
||||||
onClick: this.createNewVaultAndKeychain.bind(this),
|
onClick: this.createNewVaultAndKeychain.bind(this),
|
||||||
style: {
|
style: {
|
||||||
margin: 12,
|
position: 'absolute',
|
||||||
|
left: 0,
|
||||||
|
bottom: 0,
|
||||||
|
width: '100%',
|
||||||
},
|
},
|
||||||
}, 'Create'),
|
}, 'Create'),
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ CreateVaultCompleteScreen.prototype.render = function () {
|
|||||||
style: {
|
style: {
|
||||||
background: '#EBEBEB',
|
background: '#EBEBEB',
|
||||||
color: '#AEAEAE',
|
color: '#AEAEAE',
|
||||||
marginTop: 36,
|
marginTop: 0,
|
||||||
marginBottom: 8,
|
marginBottom: 8,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
fontSize: '20px',
|
fontSize: '20px',
|
||||||
@ -60,8 +60,10 @@ CreateVaultCompleteScreen.prototype.render = function () {
|
|||||||
h('button.primary', {
|
h('button.primary', {
|
||||||
onClick: () => this.confirmSeedWords(),
|
onClick: () => this.confirmSeedWords(),
|
||||||
style: {
|
style: {
|
||||||
margin: '24px',
|
position: 'absolute',
|
||||||
fontSize: '0.9em',
|
left: 0,
|
||||||
|
bottom: 0,
|
||||||
|
width: '100%',
|
||||||
},
|
},
|
||||||
}, 'I\'ve copied it somewhere safe'),
|
}, 'I\'ve copied it somewhere safe'),
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user