build fix

This commit is contained in:
mrfry
2023-03-28 19:50:41 +02:00
parent 32522097c0
commit d2524e5903
5 changed files with 56 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class MyDocument extends Document {
return (
<Html>
<Head />
<body bgcolor="#222226">
<body style={{ backgroundColor: '#222226' }}>
<Main />
<NextScript />
</body>