Skip to content

Commit

Permalink
fix: fix toploader color
Browse files Browse the repository at this point in the history
  • Loading branch information
RyukTheCoder committed Jan 18, 2025
1 parent d540eb7 commit 381d4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function RootLayout({
<html lang="en">
<GoogleTagManager gtmId={GTM_ID} />
<body className="bg-background max-h-full w-full">
<NextTopLoader speed={500} />
<NextTopLoader speed={500} color="#00A9BB" />
<Header theme={'light'} />
<main className="w-full min-h-600 md:min-h-[800px] pb-30 md:pb-50 bg-neutral-300 bg-body-mask bg-cover">
{children}
Expand Down

0 comments on commit 381d4df

Please sign in to comment.