From b347d4bb897f79494df796e5a91ff0e66802df8d Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Mon, 16 Mar 2026 17:33:43 -0500 Subject: [PATCH] feat(ui): restyle Input with Deep Space focus behavior Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/ui/input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ui/input.tsx b/frontend/src/components/ui/input.tsx index ce80b18..43e32d9 100644 --- a/frontend/src/components/ui/input.tsx +++ b/frontend/src/components/ui/input.tsx @@ -9,7 +9,7 @@ const Input = React.forwardRef(