소스 검색

update homepage embed options

AykutSarac 2 년 전
부모
커밋
9bcd86f88a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/containers/Home/index.tsx

+ 4 - 0
src/containers/Home/index.tsx

@@ -214,6 +214,10 @@ const EmbedSection = () => (
             frame?.postMessage(
               {
                 json: defaultJson,
+                options: {
+                  theme: "dark",
+                  direction: "DOWN"
+                }
               },
               "*"
             );