Files
ui/playground/app/app.config.ts
2024-07-01 14:57:59 +02:00

14 lines
203 B
TypeScript

export default defineAppConfig({
toaster: {
position: 'bottom-right' as const,
expand: true,
duration: 5000
},
ui: {
colors: {
primary: 'red',
gray: 'cool'
}
}
})