From 8222be2f0e2cd84a648d9fe357c1397646d125d7 Mon Sep 17 00:00:00 2001 From: Claude VM Date: Tue, 7 Apr 2026 22:11:46 +0300 Subject: [PATCH] fix(geoportal): search input text invisible in dark mode Changed bg-background/95 to bg-background (opaque) and added text-foreground to ensure input text is visible on dark theme. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/modules/geoportal/components/search-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (