fix: split out styles into two style tags. Should help #2989
This commit is contained in:
parent
f0644f4cbe
commit
0fd18cf889
@ -33,6 +33,12 @@ export const Theme: FC = () => {
|
||||
:root {
|
||||
${appearanceVars.join(';\n')}
|
||||
}
|
||||
`,
|
||||
}}
|
||||
/>
|
||||
<style
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
${customStyles}
|
||||
`,
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user