diff --git a/src/modules/geoportal/components/search-bar.tsx b/src/modules/geoportal/components/search-bar.tsx index 24e44db..a202c6a 100644 --- a/src/modules/geoportal/components/search-bar.tsx +++ b/src/modules/geoportal/components/search-bar.tsx @@ -106,7 +106,7 @@ export function SearchBar({ onResultSelect, className }: SearchBarProps) { if (results.length > 0) setOpen(true); }} onKeyDown={handleKeyDown} - className="pl-8 pr-8 h-8 text-sm bg-background/95 backdrop-blur-sm" + className="pl-8 pr-8 h-8 text-sm bg-background backdrop-blur-sm text-foreground" /> {loading && (