diff --git a/src/app.config.ts b/src/app.config.ts index 616c910..d9471ac 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -1,6 +1,7 @@ export default defineAppConfig({ ui: { gray: 'neutral', + primary: 'cyan', notifications: { position: 'bottom-0 right-0', },