From 93ac6939b5e3bf9fb1b15c3b7ac4b0a6e059d335 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 24 Jul 2025 23:06:08 +0200 Subject: [PATCH] Add red color to app configuration colors --- app/app.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/app.config.ts b/app/app.config.ts index 87d98b2..8a7e195 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -6,6 +6,7 @@ export default defineAppConfig({ colors: { primary: 'neutral', neutral: 'neutral', + red: 'red', }, }, })