Merge feature-nested-sets into develop

This commit is contained in:
ThaumRystra
2023-12-18 18:27:17 +02:00
523 changed files with 5492 additions and 3763 deletions

View File

@@ -1,6 +1,6 @@
import vuetify from '/imports/client/ui/vuetify.js';
import vuetify from '/imports/client/ui/vuetify';
export default function(color){
export default function (color) {
return vuetify.framework.theme.dark ?
vuetify.framework.theme.themes.dark[color] :
vuetify.framework.theme.themes.light[color];