Add light background for default light mode
This commit is contained in:
parent
fdfe63c764
commit
7a9f291eaf
@ -4,7 +4,7 @@ export default function Document() {
|
||||
return (
|
||||
<Html>
|
||||
<Head />
|
||||
<body className="dark:bg-gray-800">
|
||||
<body className="dark:bg-black bg-white">
|
||||
<Main />
|
||||
<NextScript />
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user