Selaa lähdekoodia

update homepage embed options

AykutSarac 2 vuotta sitten
vanhempi
commit
9bcd86f88a
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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"
+                }
               },
               "*"
             );