From f474672d03e17906e70ea8bb9bf966f807e698a3 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Fri, 14 Jul 2023 16:58:42 +0100 Subject: [PATCH] fix: move default bg and text classes to body tag --- apps/trading/pages/_app.page.tsx | 2 +- apps/trading/pages/_document.page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/trading/pages/_app.page.tsx b/apps/trading/pages/_app.page.tsx index 59eef4e52..d2156ab9f 100644 --- a/apps/trading/pages/_app.page.tsx +++ b/apps/trading/pages/_app.page.tsx @@ -79,7 +79,7 @@ function AppBody({ Component }: AppProps) { 'grid-rows-[repeat(3,min-content),minmax(0,1fr)]' ); return ( -
+
{/* Cannot use meta tags in _document.page.tsx see https://nextjs.org/docs/messages/no-document-viewport-meta */} diff --git a/apps/trading/pages/_document.page.tsx b/apps/trading/pages/_document.page.tsx index 2892d13df..76b0370a5 100644 --- a/apps/trading/pages/_document.page.tsx +++ b/apps/trading/pages/_document.page.tsx @@ -21,7 +21,7 @@ export default function Document() { />