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

7 lines
99 B
TypeScript

export default defineAppConfig({
ui: {
primary: 'blue',
gray: 'slate'
}
})