11 lines
164 B
TypeScript
11 lines
164 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
colors: {
|
|
primary: "neutral",
|
|
neutral: "zinc",
|
|
success: "emerald",
|
|
error: "rose",
|
|
}
|
|
}
|
|
})
|