Change NextTopLoader color

This commit is contained in:
2023-07-23 19:46:18 +04:00
parent a89145125c
commit 1e247107d9
+1 -1
View File
@@ -55,7 +55,7 @@ export default async function RootLayout({children, Session}) {
return ( return (
<html lang='fr'> <html lang='fr'>
<body> <body>
<NextTopLoader /> <NextTopLoader color='#ffeb3b' />
<AuthProvider session={Session}> <AuthProvider session={Session}>
<ThemeRegistry> <ThemeRegistry>
<Navigasyon /> <Navigasyon />