websites/apps/panoramablick/app.config.ts
Dominik Milacher 66039a1306
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 2m22s
Add images
2025-06-15 18:58:38 +02:00

9 lines
176 B
TypeScript

export default defineAppConfig({
ui: {
colors: {
primary: 'gimblet',
secondary: 'stone',
neutral: 'sandstone'
}
}
})