From 05d49a8cbdd6056892ca045252e1b6c0c19ddae5 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Thu, 2 Jul 2026 22:28:09 +0300 Subject: [PATCH] Update border colors in index.css for improved UI consistency - Changed the border color variables in index.css to enhance the visual design, ensuring a more cohesive look across the application. --- frontend/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 35a416b..79596e7 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -8,7 +8,7 @@ --foreground: #0a0a0f; --muted: #f4f4f5; --muted-foreground: #6b7280; - --border: #e5e7eb; + --border: #b9bec7; --primary: #7c3aed; --primary-foreground: #ffffff; } @@ -18,7 +18,7 @@ --foreground: #e5e7eb; --muted: #17181f; --muted-foreground: #9ca3af; - --border: #2a2c37; + --border: #454958; --primary: #a78bfa; --primary-foreground: #0b0c10; }