diff --git a/index.js b/index.js index a2c9ec4..5cdac03 100755 --- a/index.js +++ b/index.js @@ -20,6 +20,7 @@ const { duringWorkingHoursOrNotSet } = require('./lib/utils'); require('./lib/api/api'); //assuming interval is always in minutes + const INTERVAL = config.interval * 60 * 1000; /* eslint-disable no-console */ diff --git a/ui/src/App.less b/ui/src/App.less index 2bab601..1794d94 100644 --- a/ui/src/App.less +++ b/ui/src/App.less @@ -7,7 +7,7 @@ width: 100%; padding: 1rem 1rem; - background-color: #3f3e3ef5; + background-color: #595959f5; color: #f1f1f1; } } diff --git a/ui/src/Index.less b/ui/src/Index.less index 5151634..f7d7f4b 100644 --- a/ui/src/Index.less +++ b/ui/src/Index.less @@ -2,5 +2,5 @@ body, html { margin: 0; height: 100%; width: 100%; - background-color: #3f3e3ef5; + background-color: #595959f5; } \ No newline at end of file diff --git a/ui/src/views/generalSettings/GeneralSettings.less b/ui/src/views/generalSettings/GeneralSettings.less index 21138eb..c704500 100644 --- a/ui/src/views/generalSettings/GeneralSettings.less +++ b/ui/src/views/generalSettings/GeneralSettings.less @@ -15,7 +15,7 @@ } &__message{ - background: #60c5df!important; + background: #8fe8ff!important; } }