+
+
+
{
+ const element = imageInputRef.current;
+ if (element instanceof HTMLInputElement) {
+ element.click();
+ }
+ }}
+ className="absolute left-0 top-0 z-20 flex h-full w-full cursor-pointer items-center justify-center rounded-full bg-black opacity-0 duration-300 group-hover:opacity-50"
+ >
+
+
+
+