Explorar o código

update homepage embed options

AykutSarac %!s(int64=2) %!d(string=hai) anos
pai
achega
9bcd86f88a
Modificáronse 1 ficheiros con 4 adicións e 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"
+                }
               },
               "*"
             );