Some general improvements.

This commit is contained in:
FireMasterK
2021-12-27 14:46:36 +00:00
parent b6d5fabeca
commit ea7669c863
6 changed files with 48 additions and 23 deletions

View File

@@ -190,6 +190,9 @@ const mixin = {
},
},
computed: {
theme() {
return this.getEffectiveTheme();
},
backgroundColor() {
return this.getEffectiveTheme() === "light" ? "#fff" : "#0b0e0f";
},