浏览代码

add arrowPointAtCenter

visuddhinanda 2 年之前
父节点
当前提交
2c01c8e565
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>