This commit is contained in:
17
app/app.config.ts
Normal file
17
app/app.config.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
colors: {
|
||||
primary: 'amber',
|
||||
neutral: 'zinc'
|
||||
},
|
||||
container: {
|
||||
base: 'max-w-2xl'
|
||||
},
|
||||
card: {
|
||||
slots: {
|
||||
header: 'flex flex-wrap items-center justify-between'
|
||||
},
|
||||
body: 'space-y-4'
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user