diff --git a/app/app.config.ts b/app/app.config.ts index 73cf2eb..32d8310 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -1,7 +1,7 @@ export default defineAppConfig({ ui: { gray: 'zinc', - primary: 'gray', + primary: 'red', notifications: { position: 'bottom-0 right-0', },