Files
ui/playground/app/app.config.ts

14 lines
209 B
TypeScript

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