From 50dc009fdf8ce487cf7a56e5f734f78cf4578c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 1 Mar 2026 08:02:35 +0100 Subject: [PATCH] fix: use bg-popover for search dropdown (glass is near-transparent) --- components/units/SearchUnits.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/units/SearchUnits.tsx b/components/units/SearchUnits.tsx index f310224..bf0f3a9 100644 --- a/components/units/SearchUnits.tsx +++ b/components/units/SearchUnits.tsx @@ -103,7 +103,7 @@ export default function SearchUnits({ onSelectUnit, className }: SearchUnitsProp {isOpen && results.length > 0 && ( -
+
{results.map((result, index) => (