Change default v-carousel color

This commit is contained in:
2023-04-29 14:12:16 +02:00
parent ab75126998
commit 3f2284a17f

View File

@@ -49,6 +49,9 @@ export default defineNuxtPlugin(nuxtApp => {
VCard: {
elevation: 0
},
VCarousel: {
color: 'primary'
}
},
theme: {
// customVariables: ['~/assets/variables.scss'],