From 41fdc08a6e2f63500b6f37b3b39ba00da830c560 Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Thu, 14 May 2026 08:15:56 +0200 Subject: [PATCH] style: update inputs per design guidelines --- app/routes/analyze.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/routes/analyze.tsx b/app/routes/analyze.tsx index 14b5151..a6290ff 100644 --- a/app/routes/analyze.tsx +++ b/app/routes/analyze.tsx @@ -87,14 +87,20 @@ export default function Analyze() {
- setState((s) => ({ ...s, ticker: e.target.value.toUpperCase() }))} placeholder="AAPL" - className="border border-gray-300 rounded-lg px-4 py-2 focus:ring-2 focus:ring-blue-500 text-gray-900" + className="border border-gray-300 rounded-lg px-4 py-2.5 focus:ring-2 focus:ring-blue-500 text-gray-900 placeholder-gray-500" required /> + setState((s) => ({ ...s, date: e.target.value }))} + className="border border-gray-300 rounded-lg px-4 py-2.5 focus:ring-2 focus:ring-blue-500 text-gray-900" + />