mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Modify first-screen design to match docs.
This commit is contained in:
parent
9b4f3825e7
commit
2418197041
@ -49,7 +49,7 @@ InitializeMenuScreen.prototype.renderMenu = function () {
|
|||||||
|
|
||||||
h('h1', {
|
h('h1', {
|
||||||
style: {
|
style: {
|
||||||
fontSize: '1.4em',
|
fontSize: '1.7em',
|
||||||
textTransform: 'uppercase',
|
textTransform: 'uppercase',
|
||||||
color: '#7F8082',
|
color: '#7F8082',
|
||||||
marginBottom: 20,
|
marginBottom: 20,
|
||||||
@ -90,6 +90,7 @@ InitializeMenuScreen.prototype.renderMenu = function () {
|
|||||||
style: {
|
style: {
|
||||||
width: 260,
|
width: 260,
|
||||||
marginTop: 12,
|
marginTop: 12,
|
||||||
|
textAlign: 'center',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|
||||||
@ -103,6 +104,7 @@ InitializeMenuScreen.prototype.renderMenu = function () {
|
|||||||
style: {
|
style: {
|
||||||
width: 260,
|
width: 260,
|
||||||
marginTop: 16,
|
marginTop: 16,
|
||||||
|
textAlign: 'center',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|
||||||
@ -168,4 +170,3 @@ InitializeMenuScreen.prototype.inputChanged = function (event) {
|
|||||||
y: boundingRect.top + coordinates.top - element.scrollTop,
|
y: boundingRect.top + coordinates.top - element.scrollTop,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user