export default defineAppConfig({
toaster: { position: "top-right", duration: 0 },
theme: {
radius: 0.5,
blackAsPrimary: false,
},
ui: {
colors: {
primary: "sky",
neutral: "slate",
},
},
})
export default defineAppConfig({
toaster: { position: "top-right", duration: 0 },
theme: {
radius: 0.5,
blackAsPrimary: false,
},
ui: {
colors: {
primary: "sky",
neutral: "slate",
},
},
})