mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Fix background color for lock screen
This commit is contained in:
parent
3ed81847d1
commit
d6779115cd
@ -54,6 +54,7 @@ MainContainer.prototype.render = function () {
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
background: '#F7F7F7',
|
||||
// must force 100%, because lock screen is full-width
|
||||
width: '100%',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user