diff --git a/pages/_document.tsx b/pages/_document.tsx index fc543d83c..d91cee43b 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -5,7 +5,7 @@ import createEmotionServer from '@emotion/server/create-instance'; import { getInitColorSchemeScript } from '@mui/joy/styles'; import { Brand } from '~/common/app.config'; -import { bodyFontClassName, createEmotionCache } from '~/common/app.theme'; +import { createEmotionCache } from '~/common/app.theme'; interface MyDocumentProps extends DocumentProps { @@ -14,7 +14,7 @@ interface MyDocumentProps extends DocumentProps { export default function MyDocument({ emotionStyleTags }: MyDocumentProps) { return ( - +
{/* Meta (missing Title, set by the App or Page) */} @@ -51,9 +51,9 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) { {emotionStyleTags} - {getInitColorSchemeScript()} - -