adminjs
adminjs copied to clipboard
[Bug]: Nav bar logo does not change in dark theme.
Contact Details
No response
What happened?
When I change the theme color from light to dark in the properties, the logo changes to default logo?
const adminOptions = { componentLoader, rootPath: "/admin", defaultTheme: dark.id, availableThemes: [dark, light, noSidebar], dashboard: { component: Components.Dashboard, handler: dashboardHandler, }, branding: { companyName: 'Admin Dashboard', withMadeWithLove: false, favicon: "http://localhost:4002/public/favicon.png", logo: "http://localhost:4002/public/logo.png", } }
Bug prevalence
Always
AdminJS dependencies version
^7.8.1
What browsers do you see the problem on?
No response
Relevant log output
No response
Relevant code that's giving you issues
No response
I'm Facing the same problem .. any solution yet