This commit is contained in:
2026-02-24 12:49:38 +11:00
parent 4e0a703e93
commit cb57e2ed05
+1 -1
View File
@@ -80,7 +80,7 @@ export function SearchBar({ initialQuery = "", onSearch, className }: SearchBarP
aria-activedescendant={selectedIndex >= 0 ? `suggestion-${selectedIndex}` : undefined}
className="w-full rounded-full border border-input bg-background px-10 py-3 text-base shadow-sm
placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring
sm:text-lg"
sm:text-lg [&::-webkit-search-cancel-button]:hidden [&::-webkit-search-decoration]:hidden"
/>
{query && (
<button