Polarcraft/webv2/app.config.ts

10 lines
164 B
TypeScript
Raw Normal View History

2023-06-04 22:47:48 +02:00
export default defineAppConfig({
ui: {
primary: 'cyan',
gray: 'cool',
notifications: {
position: 'top-0 left-1/2 -translate-x-1/2'
}
2023-06-04 22:47:48 +02:00
}
})