ソースを参照

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>