vuetifyjs / nuxt-module

Zero-config Nuxt Module for Vuetify
https://nuxt.vuetifyjs.com/
MIT License
226 stars 22 forks source link

Cannot override theme when theme is defined in base layer #218

Closed guibulator closed 7 months ago

guibulator commented 7 months ago

Hi, this might also be related to the way you deal with layers but I found another issue. Related to https://github.com/userquin/vuetify-nuxt-module/issues/217 In my base layer, I define the primary color as red. In the application config file, I should be able to override the color of the base layer.

I created a reproduction here: https://github.com/guibulator/vuetify-nuxt-issue-repro/tree/extending-theme

userquin commented 7 months ago

@guibulator should be fixed in v0.13.3

guibulator commented 7 months ago

@works fine, thank you for your quick actions on this!