From d6779115cdab10257c25910be73c1bbc5b066ade Mon Sep 17 00:00:00 2001 From: sdtsui Date: Thu, 3 Aug 2017 00:21:19 -0700 Subject: Fix background color for lock screen --- ui/app/main-container.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/app') 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%', }, -- cgit