From a927f01107ccd0a2a7c9d98bc5e9f731a1d93dc0 Mon Sep 17 00:00:00 2001
From: 2427021 <s.a.vink@students.uu.nl>
Date: Fri, 29 Mar 2024 13:11:37 +0100
Subject: [PATCH] feat(visManager): fix bg dropdown

---
 libs/shared/lib/vis/components/bar.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/shared/lib/vis/components/bar.tsx b/libs/shared/lib/vis/components/bar.tsx
index 49abd5249..a2c1df163 100644
--- a/libs/shared/lib/vis/components/bar.tsx
+++ b/libs/shared/lib/vis/components/bar.tsx
@@ -77,7 +77,7 @@ export default function VisualizationBar({ manager }: Props) {
               </TooltipProvider>
             </DropdownMenu.Trigger>
             <DropdownMenu.Portal>
-              <DropdownMenu.Content className="bg-white p-1 rounded border">
+              <DropdownMenu.Content className="bg-light p-1 rounded border">
                 {Object.keys(Visualizations).map((key) => (
                   <DropdownMenu.Item
                     key={key}
-- 
GitLab