sweet_crm/app.config.ts

6 lines
89 B
TypeScript

export default defineAppConfig({
ui: {
primary: 'lime',
gray: 'neutral',
}
})