Update src/mixins/theme.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Ponkhy 2021-08-16 17:14:13 +02:00 committed by GitHub
parent 8e883c9c6a
commit 35176a614f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ export default {
this.userTheme = "light";
}
//Default Heartbeat Bar
// Default Heartbeat Bar
if (! this.userHeartbeatBar) {
this.userHeartbeatBar = "normal";
}