mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 06:51:46 +01:00
feat(module)!: move primary and gray inside colors object
This commit is contained in:
@@ -48,8 +48,10 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
nuxt.options.alias['#ui'] = resolve('./runtime')
|
||||
|
||||
nuxt.options.appConfig.ui = defu(nuxt.options.appConfig.ui || {}, {
|
||||
primary: 'green',
|
||||
gray: 'cool',
|
||||
colors: {
|
||||
primary: 'green',
|
||||
gray: 'cool'
|
||||
},
|
||||
icons
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user