feat: improve theme
This commit is contained in:
10
app/app.config.ts
Normal file
10
app/app.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
colors: {
|
||||
primary: "neutral",
|
||||
neutral: "zinc",
|
||||
success: "emerald",
|
||||
error: "rose",
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user