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