SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js
https://adminjs.co
MIT License
8.19k stars 661 forks source link

[Bug]: Nav bar logo does not change in dark theme. #1659

Open cetinirfan opened 5 months ago

cetinirfan commented 5 months ago

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