Files
ui/docs/app/app.config.ts
2024-10-09 14:28:29 +02:00

17 lines
242 B
TypeScript

export default defineAppConfig({
toaster: {
position: 'bottom-right' as const,
expand: true,
duration: 5000
},
theme: {
radius: 0.25
},
ui: {
colors: {
primary: 'green',
neutral: 'slate'
}
}
})