Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Filament panel disable dark mode not working #73

Open
arsyakir opened this issue Dec 30, 2024 · 0 comments
Open

[Bug]: Filament panel disable dark mode not working #73

arsyakir opened this issue Dec 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@arsyakir
Copy link

What happened?

When using this plugin, using darkMode(false) on panel, doesn't hide the switch mode on user menu item

How to reproduce the bug

  1. Add Plugin to panel
$panel->plugins([
    \Hasnayeen\Themes\ThemesPlugin::make()
]);
  1. Disable dark mode on panel
$panel->plugins([
    \Hasnayeen\Themes\ThemesPlugin::make()
])
->darkMode(false);
  1. Switch mode still shown
    image

Package Version

3.0.23

Filament Version

3.2.97

PHP Version

8.3.9

Laravel Version

11.33.2

Notes

No response

@arsyakir arsyakir added the bug Something isn't working label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant