Skip to content

Commit

Permalink
change the bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMwendwa committed Sep 16, 2023
1 parent 8d3d8aa commit cddc678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Footer from "./Footer";

const Layout = ({ children }) => {
return (
<div className="flex flex-col min-h-screen dynamic">
<div className="flex flex-col min-h-screen dynamic bg-gray-100">
<Nav />
<ToastContainer />
<main className="grid flex-1 p-4 mt-16">{children}</main>
Expand Down

0 comments on commit cddc678

Please sign in to comment.