diff --git a/frontend/src/components/Dropdown.tsx b/frontend/src/components/Dropdown.tsx index 7cbfdb2..a818fa1 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 && ( -