File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,12 @@ export const metadata: Metadata = {
4848
4949export default async function RootLayout ( { children } : { children : React . ReactNode } ) {
5050 return (
51- < html lang = "en" suppressHydrationWarning >
52- < body
53- className = { `${ poppinsFont . className } scrollbar-thin scrollbar-thumb-primary scrollbar-track-secondary-light scrollbar-track-rounded-full bg-white dark:bg-secondary` }
54- >
51+ < html
52+ lang = "en"
53+ className = { `${ poppinsFont . className } scrollbar-thin scrollbar-thumb-primary scrollbar-track-secondary-light scrollbar-track-rounded-full` }
54+ suppressHydrationWarning
55+ >
56+ < body className = { `${ poppinsFont . className } bg-white dark:bg-secondary` } >
5557 < Toaster
5658 position = "top-right"
5759 duration = { 3000 }
You can’t perform that action at this time.
0 commit comments