diff --git a/src/components/_common/Dropdown/index.tsx b/src/components/_common/Dropdown/index.tsx index 4464b3e3..510186fe 100644 --- a/src/components/_common/Dropdown/index.tsx +++ b/src/components/_common/Dropdown/index.tsx @@ -33,18 +33,16 @@ const Dropdown = ({ children, options }: DropdownProps) => { setOpen(false)}> {options.map((option, idx) => ( - setOpen(false)} key={idx} className={"p-0 hover:bg-st-primary"} > - setOpen(false)} - className="flex h-full w-full items-center justify-center" - > -
{option.label}
- -
+ + {option.label} + + ))}