style: improve light theme border and input visibility
This commit is contained in:
@@ -153,9 +153,9 @@
|
||||
--accent-foreground: oklch(15% 0.05 255);
|
||||
--destructive: oklch(60% 0.2 25);
|
||||
--destructive-foreground: oklch(100% 0 0);
|
||||
--border: rgba(0, 0, 0, 0.12);
|
||||
--input: rgba(0, 0, 0, 0.01);
|
||||
--ring: rgba(139, 92, 246, 0.2);
|
||||
--border: rgba(0, 0, 0, 0.2);
|
||||
--input: rgba(0, 0, 0, 0.08);
|
||||
--ring: rgba(139, 92, 246, 0.4);
|
||||
}
|
||||
|
||||
@layer base {
|
||||
|
||||
Reference in New Issue
Block a user