mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
6 lines
192 B
TypeScript
6 lines
192 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
colors: { primary: 'pink', secondary: 'blue', success: 'green', info: 'cyan', warning: 'yellow', error: 'red', neutral: 'zinc' },
|
|
},
|
|
});
|