aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/unlock.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/unlock.js b/ui/app/unlock.js
index 1aee3c5d0..08235f0ea 100644
--- a/ui/app/unlock.js
+++ b/ui/app/unlock.js
@@ -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),