diff --git a/src/styles.css b/src/styles.css index 1caba00..d068c53 100644 --- a/src/styles.css +++ b/src/styles.css @@ -92,7 +92,11 @@ --destructive: oklch(0.58 0.24 27); /* #DC2626 red-600 — distinto do laranja */ --destructive-foreground: oklch(0.99 0 0); --success: oklch(0.72 0.17 162); /* #10B981 — sucesso continua verde */ + --success-foreground: oklch(0.99 0 0); --warning: oklch(0.78 0.17 70); + --warning-foreground: oklch(0.18 0.04 265); + --info: oklch(0.62 0.19 255); /* #3B82F6 blue-500 */ + --info-foreground: oklch(0.99 0 0); --border: oklch(0.92 0.01 256); /* #E2E8F0 */ --input: oklch(0.92 0.01 256);