feat: Add an option to use darkMode only in the widget (#7151)
This commit is contained in:
@@ -9,6 +9,9 @@ export default {
|
||||
if (this.darkMode === 'light') {
|
||||
return light;
|
||||
}
|
||||
if (this.darkMode === 'dark') {
|
||||
return dark;
|
||||
}
|
||||
return light + ' ' + dark;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user