mirror of
https://github.com/ArthurDanjou/spanish-learner.git
synced 2026-01-14 12:14:39 +01:00
19 lines
355 B
TypeScript
19 lines
355 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
gray: 'neutral',
|
|
primary: 'red',
|
|
container: {
|
|
padding: 'px-4 sm:px-6 lg:px-8 py-4',
|
|
},
|
|
card: {
|
|
background: 'bg-neutral-900',
|
|
header: {
|
|
base: 'uppercase font-bold tracking-widest text-white',
|
|
},
|
|
},
|
|
},
|
|
icon: {
|
|
collections: ['heroicons', 'ph'],
|
|
},
|
|
})
|