"use client" import { Search } from "lucide-react" export function SearchEvent({ value, onChange }: { value: string onChange: (v: string) => void }) { return (
onChange(e.target.value)} placeholder="Search by event, team or league..." className="w-full bg-secondary border border-border rounded pl-8 pr-3 py-2 text-[12px] text-foreground placeholder:text-muted-foreground focus:outline-none focus:border-primary transition-colors" />
) }