This commit is contained in:
2025-10-12 01:01:23 +02:00
parent 517e022e4a
commit d933a1b437
10 changed files with 46 additions and 25 deletions

13
website/app/app.config.ts Normal file
View File

@@ -0,0 +1,13 @@
export default defineAppConfig({
ui: {
colors: {
primary: 'pink',
secondary: 'blue',
success: 'green',
info: 'cyan',
warning: 'yellow',
error: 'red',
neutral: 'zinc'
}
}
})