Преглед на файлове

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"
+                }
               },
               "*"
             );