1
0
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:
sdtsui 2017-08-03 00:21:19 -07:00
parent 3ed81847d1
commit d6779115cd

View File

@ -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%',
},