diff --git a/client/src/App.jsx b/client/src/App.jsx
index 044c84b..472fbf0 100644
--- a/client/src/App.jsx
+++ b/client/src/App.jsx
@@ -21,7 +21,7 @@ const App = () => {
             <StatusProvider>
                 <ToastNotificationProvider>
                     <Sidebar open={sidebarOpen} setOpen={setSidebarOpen}/>
-                    <Header open={sidebarOpen} setOpen={setSidebarOpen} />
+                    <Header open={sidebarOpen} setOpen={setSidebarOpen} color={primaryColor} setColor={setPrimaryColor} />
                     <Content />
                 </ToastNotificationProvider>
             </StatusProvider>