Synced destructive red color

Adjusted CSS so destructive color matches primary red for consistency by updating --destructive and --destructive-foreground in src/index.css to align with the main red hue.

X-Lovable-Edit-ID: edt-fc59391d-856a-4d58-86c5-df53ccb4d8d5
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 23:20:29 +00:00
+2 -2
View File
@@ -29,8 +29,8 @@
--accent: 4 70% 45%;
--accent-foreground: 40 30% 96%;
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 210 40% 98%;
--destructive: 4 70% 40%;
--destructive-foreground: 40 30% 96%;
--border: 30 20% 80%;
--input: 30 20% 80%;