Explorar el Código

add arrowPointAtCenter

visuddhinanda hace 2 años
padre
commit
2c01c8e565
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/src/components/auth/StudioCard.tsx

+ 1 - 0
dashboard/src/components/auth/StudioCard.tsx

@@ -47,6 +47,7 @@ const StudioCardWidget = ({ studio, children, popOver }: IWidget) => {
         )
       }
       placement="bottomRight"
+      arrowPointAtCenter
     >
       {children}
     </Popover>