Fixes to Add Melody Page, minor UI Tweaks
This commit is contained in:
@@ -4,7 +4,7 @@ import Sidebar from "./Sidebar";
|
||||
|
||||
export default function MainLayout() {
|
||||
return (
|
||||
<div className="flex min-h-screen bg-gray-100">
|
||||
<div className="flex min-h-screen" style={{ backgroundColor: "var(--bg-primary)" }}>
|
||||
<Sidebar />
|
||||
<div className="flex-1 flex flex-col">
|
||||
<Header />
|
||||
|
||||
Reference in New Issue
Block a user