From 0e111f92a8831667a89e1addcce05e6711b830f3 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Fri, 30 Jun 2023 17:34:28 -0300 Subject: [PATCH] fix(dropdownComponent): update classNames in Dropdown component to use consistent background color The classNames in the Dropdown component were updated to use the consistent background color "bg-background" instead of "bg-white" to improve visual consistency and maintain a unified design across the application. --- src/frontend/src/components/dropdownComponent/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/components/dropdownComponent/index.tsx b/src/frontend/src/components/dropdownComponent/index.tsx index 047e69b32..bc36d051e 100644 --- a/src/frontend/src/components/dropdownComponent/index.tsx +++ b/src/frontend/src/components/dropdownComponent/index.tsx @@ -71,8 +71,8 @@ export default function Dropdown({