From 817ac44482a8fe0b4c22ee67690b50d7d4d2a843 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 4 Sep 2024 20:04:12 +0200 Subject: [PATCH] Change color --- app/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', },