mirror of
https://github.com/ArthurDanjou/spanish-learner.git
synced 2026-01-14 20:19:32 +01:00
14 lines
242 B
TypeScript
14 lines
242 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
gray: 'neutral',
|
|
primary: 'red',
|
|
container: {
|
|
constrained: 'max-w-xl',
|
|
padding: 'px-4 sm:px-6 lg:px-8 py-4',
|
|
},
|
|
},
|
|
icon: {
|
|
collections: ['heroicons', 'ph'],
|
|
},
|
|
})
|