{banner}
Login
diff --git a/frontend/src/store/settings/index.js b/frontend/src/store/settings/index.js
index d6a5077444..52a1d01644 100644
--- a/frontend/src/store/settings/index.js
+++ b/frontend/src/store/settings/index.js
@@ -9,7 +9,7 @@ const localStorage = window.localStorage || {
const basePath = location ? location.pathname : '/';
const SETTINGS = `${basePath}:settings`;
-const DEFAULT = fromJS({});
+const DEFAULT = fromJS({ location: {} });
function getInitState() {
try {
diff --git a/frontend/src/themes/main-theme.js b/frontend/src/themes/main-theme.js
index f822d5842a..6a214fbe14 100644
--- a/frontend/src/themes/main-theme.js
+++ b/frontend/src/themes/main-theme.js
@@ -8,9 +8,9 @@ const theme = createMuiTheme({
dark: '#34515e',
},
secondary: {
- main: '#00695c',
- light: '#439889',
- dark: '#003d33',
+ main: '#0b5644',
+ light: '#40836f',
+ dark: '#002c1d',
},
neutral: {
main: '#18243e',