From 3f50136cce940ae17af5a6b89b6e76f837d5e7e8 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:59:48 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- src/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles.css b/src/styles.css index d068c53..ae3f60f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -152,7 +152,11 @@ --destructive: oklch(0.63 0.23 25); --destructive-foreground: oklch(0.99 0 0); --success: oklch(0.72 0.17 162); + --success-foreground: oklch(0.18 0.04 265); --warning: oklch(0.80 0.17 72); + --warning-foreground: oklch(0.18 0.04 265); + --info: oklch(0.68 0.17 255); + --info-foreground: oklch(0.18 0.04 265); --border: oklch(0.32 0.03 256); /* #334155 */ --input: oklch(0.32 0.03 256);