Continued migrating UI to vuetify 2

This commit is contained in:
Stefan Zermatten
2021-03-25 12:54:44 +02:00
parent 480da6fc7d
commit fe3fa56541
70 changed files with 218 additions and 208 deletions

View File

@@ -16,7 +16,6 @@
>
<v-btn
icon
flat
@click="back"
>
<v-icon>arrow_back</v-icon>
@@ -67,7 +66,7 @@
return isDarkColor(this.computedColor);
},
computedColor(){
return this.color || this.$vuetify.theme.secondary;
return this.color || this.$vuetify.theme.themes.light.secondary;
}
},
methods: {