🚧 WIP - Handles modification of non-color css variables

This commit is contained in:
Alicia Sykes
2021-07-17 22:15:11 +01:00
parent 942e47c41b
commit 7205041b00
3 changed files with 51 additions and 15 deletions
@@ -88,10 +88,12 @@ export default {
},
/* Opens the theme color configurator popup */
openThemeConfigurator() {
this.$emit('modalChanged', true);
this.themeConfiguratorOpen = true;
},
/* Closes the theme color configurator popup */
closeThemeConfigurator() {
this.$emit('modalChanged', false);
this.themeConfiguratorOpen = false;
},
/* Updates theme. Checks if the new theme is local or external,