mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 13:54:01 +01:00
12 lines
171 B
TypeScript
12 lines
171 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
container: {
|
|
base: 'max-w-3xl',
|
|
},
|
|
colors: {
|
|
primary: 'neutral',
|
|
neutral: 'neutral',
|
|
},
|
|
},
|
|
})
|