mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-25 22:20:20 +00:00
Some general improvements.
This commit is contained in:
@@ -190,6 +190,9 @@ const mixin = {
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
theme() {
|
||||
return this.getEffectiveTheme();
|
||||
},
|
||||
backgroundColor() {
|
||||
return this.getEffectiveTheme() === "light" ? "#fff" : "#0b0e0f";
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user