aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/main-container.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/main-container.js b/ui/app/main-container.js
index ca7a94c67..752532f12 100644
--- a/ui/app/main-container.js
+++ b/ui/app/main-container.js
@@ -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%',
},