Explorar el Código

update homepage embed options

AykutSarac hace 2 años
padre
commit
9bcd86f88a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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"
+                }
               },
               "*"
             );