opnform-host-nginx/client/app.config.ts

17 lines
312 B
TypeScript

export default defineAppConfig({
ui: {
primary: 'blue',
gray: 'slate',
tabs: {
wrapper:'space-y-0',
list: {
height: 'h-auto',
tab: {
height: 'h-[30px]'
}
}
}
}
})