nuxt-ui-starter/app.config.ts

7 lines
89 B
TypeScript

export default defineAppConfig({
ui: {
primary: 'green',
gray: 'cool',
},
})