Explorar o código

enhance(ui): adjust input color variables for improved accessibility

Charlie hai 4 días
pai
achega
64a43456b8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      resources/css/shui.css

+ 2 - 2
resources/css/shui.css

@@ -5,7 +5,7 @@ html * {
 html[data-theme=light] {
   --accent: var(--rx-gray-12-hsl);
   --accent-foreground: var(--rx-gray-02-hsl);
-  --input: var(--rx-gray-03-hsl);
+  --input: var(--rx-gray-05-hsl);
   --secondary: 240 4.8% 95.9%;
 }
 
@@ -23,7 +23,7 @@ html[data-theme=dark] {
   --muted: 0 0% 15%;
   --popover: 0 0% 7%;
   --popover-foreground: 0 0 95%;
-  --input: 0 0% 25%;
+  --input: 0 0% 16%;
 }
 
 html {