We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc9d489 + 3f25176 commit b26c7dfCopy full SHA for b26c7df
apps/OpenSign/src/script/PublicTemplate.js
@@ -56,7 +56,7 @@ document.head.appendChild(tailwindCssLink);
56
// Create a root and render the wrapper component with initial props
57
const root = ReactDOM.createRoot(document.getElementById("script-component"));
58
root.render(
59
- <div>
+ <div data-theme="opensigncss">
60
<Provider store={store}>
61
<PublicScriptFileWrapper initialProps={{ text: "templateId" }} />
62
</Provider>
0 commit comments