adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

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

Open cetinirfan opened this issue 1 year ago • 1 comments

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

cetinirfan avatar Apr 20 '24 17:04 cetinirfan

I'm Facing the same problem .. any solution yet

ABWABDIGITAL avatar Dec 17 '24 14:12 ABWABDIGITAL