diff --git a/frontend/src/components/Dropdown.tsx b/frontend/src/components/Dropdown.tsx index 5101c5b..7cbfdb2 100644 --- a/frontend/src/components/Dropdown.tsx +++ b/frontend/src/components/Dropdown.tsx @@ -47,12 +47,12 @@ const Dropdown = ({ label, children, className }: DropdownProps) => { ref={ref}> {isOpen && ( -