Added the color & setColors props to the Header in the App.jsx

This commit is contained in:
Mathias Wagner 2023-06-02 20:21:48 +02:00
parent 917dec35d0
commit b9d7062eba
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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>