put body inside registry

This commit is contained in:
Corwin 2024-04-30 02:16:20 +01:00
parent b7aa9a8157
commit c71ad00f1a
No known key found for this signature in database

View file

@ -13,9 +13,9 @@ export default function RootLayout({
}>) { }>) {
return ( return (
<html lang="en"> <html lang="en">
<BodyPixelRatio> <StyledComponentsRegistry>
<StyledComponentsRegistry>{children}</StyledComponentsRegistry> <BodyPixelRatio>{children}</BodyPixelRatio>
</BodyPixelRatio> </StyledComponentsRegistry>
</html> </html>
); );
} }