mirror of
https://github.com/ArthurDanjou/spanish-learner.git
synced 2026-01-31 04:07:52 +01:00
Working
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
gray: 'neutral',
|
||||
primary: 'gray',
|
||||
icons: {
|
||||
dynamic: true,
|
||||
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'],
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user