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 (
<html lang='fr'>
<body>
<NextTopLoader />
<NextTopLoader color='#ffeb3b' />
<AuthProvider session={Session}>
<ThemeRegistry>
<Navigasyon />