Skip to content

Commit 0da19a3

Browse files
committed
chore(vite.config): define ui colors
1 parent 680468b commit 0da19a3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

vite.config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ import uiPro from '@nuxt/ui-pro/vite'
66
export default defineConfig({
77
plugins: [
88
vue(),
9-
uiPro()
9+
uiPro({
10+
ui: {
11+
colors: {
12+
primary: 'green',
13+
neutral: 'slate'
14+
}
15+
}
16+
})
1017
]
1118
})

0 commit comments

Comments
 (0)