From 2a2e32c57bb83be2b28166f0cf0c31e313710af0 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 19 Dec 2025 17:06:33 +0100 Subject: [PATCH] fix: corriger la structure de configuration de l'interface utilisateur dans app.config.ts --- app/app.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/app.config.ts b/app/app.config.ts index 798023e..cae56fd 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -1,5 +1,8 @@ export default defineAppConfig({ ui: { + container: { + base: 'max-w-6xl' + }, colors: { primary: 'blue', secondary: 'purple',