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 (
<html lang="en">
<BodyPixelRatio>
<StyledComponentsRegistry>{children}</StyledComponentsRegistry>
</BodyPixelRatio>
<StyledComponentsRegistry>
<BodyPixelRatio>{children}</BodyPixelRatio>
</StyledComponentsRegistry>
</html>
);
}