light app shell

This commit is contained in:
Timur Ercan
2022-12-06 18:20:12 +01:00
parent c3a4f571f1
commit f2e98257b3
2 changed files with 183 additions and 184 deletions

View File

@ -5,10 +5,7 @@ export default function Document(props) {
let pageProps = props.__NEXT_DATA__?.props?.pageProps;
return (
<Html
className="h-full scroll-smooth bg-white font-normal antialiased"
lang="en"
>
<Html className="h-full scroll-smooth font-normal antialiased" lang="en">
<Head>
<meta name="color-scheme"></meta>
</Head>