Skip to content

Commit b26c7df

Browse files
Merge pull request #1085 from OpenSignLabs/rotatepage_document
fix: resolve daisy-ui theme issue for public-sign script loading
2 parents bc9d489 + 3f25176 commit b26c7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/script/PublicTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ document.head.appendChild(tailwindCssLink);
5656
// Create a root and render the wrapper component with initial props
5757
const root = ReactDOM.createRoot(document.getElementById("script-component"));
5858
root.render(
59-
<div>
59+
<div data-theme="opensigncss">
6060
<Provider store={store}>
6161
<PublicScriptFileWrapper initialProps={{ text: "templateId" }} />
6262
</Provider>

0 commit comments

Comments
 (0)