Files
ui/playground/app.config.ts
2023-12-15 12:50:58 +01:00

7 lines
87 B
TypeScript

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