aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes/home.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-01-30 18:47:33 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-01-30 18:47:33 +0100
commit16217f0530716892abe65062e6db4092caf4a8e9 (patch)
tree6c8ada3b7b30f9583493f8e6bc3e8778b7949748 /src/frontend/app/routes/home.tsx
parent6192730d1b7b0d08095d7da88caba73fd07fe99e (diff)
feat: Update localization and enhance route search functionality
Diffstat (limited to 'src/frontend/app/routes/home.tsx')
-rw-r--r--src/frontend/app/routes/home.tsx10
1 files changed, 1 insertions, 9 deletions
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"
/>
</div>