Fixed the white side menu bug
This commit is contained in:
@@ -3,7 +3,12 @@ import LayoutClient from "./layoutClient";
|
||||
export default function CalculatorsLayout({children} : {children:React.ReactNode}){
|
||||
return(
|
||||
<>
|
||||
<LayoutClient>{children}</LayoutClient>
|
||||
<html data-theme="dark">
|
||||
<body>
|
||||
<LayoutClient>{children}</LayoutClient>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user