From 16217f0530716892abe65062e6db4092caf4a8e9 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 30 Jan 2026 18:47:33 +0100 Subject: feat: Update localization and enhance route search functionality --- src/frontend/app/routes/home.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/frontend/app/routes/home.tsx') diff --git a/src/frontend/app/routes/home.tsx b/src/frontend/app/routes/home.tsx index ff415fd..973a534 100644 --- a/src/frontend/app/routes/home.tsx +++ b/src/frontend/app/routes/home.tsx @@ -235,15 +235,7 @@ export default function StopList() { type="search" placeholder={randomPlaceholder} onChange={handleStopSearch} - className=" - w-full px-4 py-2 text-sm - border border-border rounded-xl - bg-surface - text-text - placeholder:text-muted placeholder:opacity-80 - focus:outline-none focus:ring-2 focus:ring-primary/50 focus:border-transparent - transition-all duration-200 - " + className="w-full px-4 py-3 rounded-xl border border-border bg-surface text-text focus:outline-none focus:ring-2 focus:ring-primary shadow-sm placeholder-gray-500" /> -- cgit v1.3