From aa6c0590436744ab9bddb70f93842a7948f224fe Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 02:31:47 +0000 Subject: [PATCH] Change input focus outline color The input focus outline color has been changed to neuro-income. --- src/components/ui/input.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ui/input.tsx b/src/components/ui/input.tsx index 68551b9..c03dd6a 100644 --- a/src/components/ui/input.tsx +++ b/src/components/ui/input.tsx @@ -1,3 +1,4 @@ + import * as React from "react" import { cn } from "@/lib/utils" @@ -8,7 +9,7 @@ const Input = React.forwardRef>(