This commit is contained in:
lesion
2021-10-20 14:11:00 +02:00
parent a91686c0dd
commit 71c613ab34

View File

@@ -24,8 +24,6 @@ export default {
computed: mapState(['settings']),
created () {
this.$vuetify.theme.dark = this.settings['theme.is_dark']
this.$vuetify.theme.themes.dark.primary = this.settings['theme.primary']
this.$vuetify.theme.themes.light.primary = this.settings['theme.primary']
}
}
</script>