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.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
--foreground: #0a0a0f;
|
--foreground: #0a0a0f;
|
||||||
--muted: #f4f4f5;
|
--muted: #f4f4f5;
|
||||||
--muted-foreground: #6b7280;
|
--muted-foreground: #6b7280;
|
||||||
--border: #e5e7eb;
|
--border: #b9bec7;
|
||||||
--primary: #7c3aed;
|
--primary: #7c3aed;
|
||||||
--primary-foreground: #ffffff;
|
--primary-foreground: #ffffff;
|
||||||
}
|
}
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
--foreground: #e5e7eb;
|
--foreground: #e5e7eb;
|
||||||
--muted: #17181f;
|
--muted: #17181f;
|
||||||
--muted-foreground: #9ca3af;
|
--muted-foreground: #9ca3af;
|
||||||
--border: #2a2c37;
|
--border: #454958;
|
||||||
--primary: #a78bfa;
|
--primary: #a78bfa;
|
||||||
--primary-foreground: #0b0c10;
|
--primary-foreground: #0b0c10;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user