edit styles, add vk-button and initial setup for vk auth
This commit is contained in:
@@ -30,7 +30,7 @@ export default function DropDownList({ children, value, callBack }: DropDownList
|
||||
callBack(childValue || "");
|
||||
setIsOpen(false);
|
||||
},
|
||||
className: `flex items-center w-full px-4 py-2 text-sm text-left hover:bg-blue-100 text-[#6366f1]`,
|
||||
className: `flex items-center w-full px-4 py-2 text-sm text-left hover:bg-blue-100 text-[#6366f1] cursor-pointer select-none`,
|
||||
key: index
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user