chore(module): default primary to green

This commit is contained in:
Benjamin Canac
2023-05-16 15:18:12 +02:00
parent 036658b6de
commit 11941bd581
2 changed files with 3 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ export default defineNuxtModule<ModuleOptions>({
nuxt.options.appConfig.ui = {
...nuxt.options.appConfig.ui,
primary: 'sky',
primary: 'green',
gray: 'cool',
colors: variantColors
}