mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +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',
|
||||
placeholder: 'enter password',
|
||||
style: {
|
||||
|
||||
background: 'white',
|
||||
},
|
||||
onKeyPress: this.onKeyPress.bind(this),
|
||||
onInput: this.inputChanged.bind(this),
|
||||
|
Loading…
Reference in New Issue
Block a user