mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
16 lines
310 B
Handlebars
16 lines
310 B
Handlebars
export default defineAppConfig({
|
|
// https://ui.nuxt.com/getting-started/theme#design-system
|
|
ui: {
|
|
colors: {
|
|
primary: 'emerald',
|
|
neutral: 'neutral',
|
|
},
|
|
button: {
|
|
defaultVariants: {
|
|
// Set default button color to neutral
|
|
// color: 'neutral'
|
|
}
|
|
}
|
|
}
|
|
})
|