fix: resolve daisy-ui theme issue for public sign script loading

This commit is contained in:
RaktimaNXG
2024-08-22 14:53:45 +05:30
parent bc9d489ee8
commit 3f251761d6
+1 -1
View File
@@ -56,7 +56,7 @@ document.head.appendChild(tailwindCssLink);
// Create a root and render the wrapper component with initial props
const root = ReactDOM.createRoot(document.getElementById("script-component"));
root.render(
<div>
<div data-theme="opensigncss">
<Provider store={store}>
<PublicScriptFileWrapper initialProps={{ text: "templateId" }} />
</Provider>