mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-14 19:19:27 +01:00
13 lines
188 B
TypeScript
13 lines
188 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
container: {
|
|
base: 'max-w-6xl'
|
|
},
|
|
colors: {
|
|
primary: 'blue',
|
|
secondary: 'purple',
|
|
neutral: 'zinc'
|
|
}
|
|
}
|
|
})
|