UNPKG

create-better-t-stack

Version:

A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

16 lines (15 loc) 308 B
export default defineAppConfig({ // https://ui.nuxt.com/getting-started/theme#design-system ui: { colors: { primary: 'emerald', neutral: 'slate', }, button: { defaultVariants: { // Set default button color to neutral // color: 'neutral' } } } })