This commit is contained in:
parent
0140601335
commit
048acbce88
@ -27,22 +27,26 @@ export const Theme: FC = () => {
|
|||||||
<Head>
|
<Head>
|
||||||
<meta name="theme-color" content={themeColor} />
|
<meta name="theme-color" content={themeColor} />
|
||||||
</Head>
|
</Head>
|
||||||
<style
|
{(appearanceVariables?.keys?.length || 0) > 0 && (
|
||||||
dangerouslySetInnerHTML={{
|
<style
|
||||||
__html: `
|
dangerouslySetInnerHTML={{
|
||||||
|
__html: `
|
||||||
:root {
|
:root {
|
||||||
${appearanceVars.join(';\n')}
|
${appearanceVars.join(';\n')}
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<style
|
)}
|
||||||
dangerouslySetInnerHTML={{
|
{customStyles !== '' && (
|
||||||
__html: `
|
<style
|
||||||
|
dangerouslySetInnerHTML={{
|
||||||
|
__html: `
|
||||||
${customStyles}
|
${customStyles}
|
||||||
`,
|
`,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
)}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -145,4 +145,4 @@
|
|||||||
"emoji-mart": "5.2.2"
|
"emoji-mart": "5.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user