Files
ui/docs/app/app.config.ts
2024-09-27 15:37:26 +02:00

14 lines
206 B
TypeScript

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