Hotfix: Select current theme swatch

This commit is contained in:
Liyas Thomas
2020-03-04 09:21:48 +05:30
parent d6fd01d210
commit b14e475db0

View File

@@ -654,6 +654,7 @@ export default {
},
beforeMount() {
this.settings.THEME_CLASS = document.documentElement.className
this.settings.THEME_COLOR = this.getActiveColor()
},