From b25816df20d40956ab3183c978b590fd9452fe37 Mon Sep 17 00:00:00 2001 From: Consultoria AS Date: Thu, 22 Jan 2026 02:37:45 +0000 Subject: [PATCH] chore: Phase 2 complete - Dashboard, CFDI, Impuestos modules Co-Authored-By: Claude Opus 4.5 --- apps/web/app/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/web/app/globals.css b/apps/web/app/globals.css index da05f6a..6eacb92 100644 --- a/apps/web/app/globals.css +++ b/apps/web/app/globals.css @@ -20,6 +20,8 @@ --destructive-foreground: 210 40% 98%; --success: 142.1 76.2% 36.3%; --success-foreground: 355.7 100% 97.3%; + --warning: 38 92% 50%; + --warning-foreground: 0 0% 100%; --border: 214.3 31.8% 91.4%; --input: 214.3 31.8% 91.4%; --ring: 221.2 83.2% 53.3%; @@ -43,6 +45,8 @@ --destructive-foreground: 0 0% 98%; --success: 142.1 70.6% 45.3%; --success-foreground: 144.9 80.4% 10%; + --warning: 38 92% 50%; + --warning-foreground: 0 0% 100%; --border: 0 0% 14.9%; --input: 0 0% 14.9%; --ring: 187.2 85.7% 53.3%;