mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
7 lines
91 B
TypeScript
7 lines
91 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
gray: 'neutral',
|
|
primary: 'gray',
|
|
},
|
|
})
|