revert background colour in main.js (+1 squashed commit)

Squashed commits:
[9ec61f5f] revert background colour
pull/177/head
sachaaaaa 6 years ago
parent 9ae85a3408
commit c968eb8daf

@ -215,10 +215,6 @@ function createWindow() {
minWidth: MIN_WIDTH, minWidth: MIN_WIDTH,
minHeight: MIN_HEIGHT, minHeight: MIN_HEIGHT,
autoHideMenuBar: false, autoHideMenuBar: false,
backgroundColor:
config.environment === 'test' || config.environment === 'test-lib'
? '#ffffff' // Tests should always be rendered on a white background
: '#2090EA',
webPreferences: { webPreferences: {
nodeIntegration: false, nodeIntegration: false,
nodeIntegrationInWorker: false, nodeIntegrationInWorker: false,

@ -459,7 +459,7 @@ $loading-height: 16px;
right: 0; right: 0;
top: 0; top: 0;
bottom: 0; bottom: 0;
background-color: $color-signal-blue; background-color: white;
color: $color-white; color: $color-white;
display: flex; display: flex;
align-items: center; align-items: center;

Loading…
Cancel
Save