1
0
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:
sdtsui 2017-08-03 00:25:25 -07:00
parent 0e631f6ac0
commit 6fd1c15a5c

View File

@ -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),