diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index ca78ee26..6f5bd77d 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -17,11 +17,11 @@ --popover-foreground: hsl(0 0% 2%); --primary: hsl(205, 84%, 47%); --primary-foreground: hsl(0 0% 91%); - --secondary: hsl(216, 13%, 92%); + --secondary: hsl(216, 13%, 95%); --secondary-foreground: hsl(0 0% 2%); --muted: hsl(0 0% 85.1%); --muted-foreground: hsl(0 0% 50%); - --accent: hsl(216, 13%, 92%); + --accent: hsl(216, 13%, 95%); --accent-foreground: hsl(0 0% 2%); --destructive: hsl(0, 83%, 50%); --destructive-foreground: hsl(0, 0%, 100%); diff --git a/apps/web/src/components/ui/input.tsx b/apps/web/src/components/ui/input.tsx index 8f195a50..4a66290b 100644 --- a/apps/web/src/components/ui/input.tsx +++ b/apps/web/src/components/ui/input.tsx @@ -53,7 +53,7 @@ const Input = forwardRef(