export default defineAppConfig({
toaster: {
position: 'bottom-left',
expand: true,
duration: 5000,
},
ui: {
colors: {
primary: 'green',
neutral: 'slate',
},
modal: {
slots: {
header: 'bg-muted rounded-t-lg',
close: 'hover:bg-accented',
},
},
navigationMenu: {
slots: {
linkTrailingBadge: 'bg-primary/10 text-primary ring ring-inset ring-primary/25',
},
},
},
})
export default defineAppConfig({
toaster: {
position: 'bottom-left',
expand: true,
duration: 5000,
},
ui: {
colors: {
primary: 'green',
neutral: 'slate',
},
modal: {
slots: {
header: 'bg-muted rounded-t-lg',
close: 'hover:bg-accented',
},
},
navigationMenu: {
slots: {
linkTrailingBadge: 'bg-primary/10 text-primary ring ring-inset ring-primary/25',
},
},
},
})