mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix color for large password input
This commit is contained in:
parent
0e631f6ac0
commit
6fd1c15a5c
@ -46,7 +46,7 @@ UnlockScreen.prototype.render = function () {
|
|||||||
id: 'password-box',
|
id: 'password-box',
|
||||||
placeholder: 'enter password',
|
placeholder: 'enter password',
|
||||||
style: {
|
style: {
|
||||||
|
background: 'white',
|
||||||
},
|
},
|
||||||
onKeyPress: this.onKeyPress.bind(this),
|
onKeyPress: this.onKeyPress.bind(this),
|
||||||
onInput: this.inputChanged.bind(this),
|
onInput: this.inputChanged.bind(this),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user