This commit is contained in:
2024-07-31 18:24:08 +02:00
parent 16bb955b7f
commit 34937fc3c9
10 changed files with 515 additions and 410 deletions

View File

@@ -1,14 +1,11 @@
export default defineAppConfig({
ui: {
gray: 'zinc',
gray: 'neutral',
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'],