Skip to content

Commit

Permalink
fix: changing to same background color as openepi.io
Browse files Browse the repository at this point in the history
  • Loading branch information
kroglid committed Nov 5, 2024
1 parent 732be15 commit 238f7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
return (
<html lang="en" className={inter.className}>
<ThemeRegistry options={{ key: "mui" }}>
<body className="min-h-screen flex flex-col justify-between">
<body className="bg-[#FBFDF8] min-h-screen flex flex-col justify-between">
<NavBar />
<main className="flex-1 flex flex-col items-center">{children}</main>
<HelpButton />
Expand Down

0 comments on commit 238f7cd

Please sign in to comment.