We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When toggeling Darkmode (/config/adminlte.php) the auth pages stay in light mode
'layout_dark_mode' => true and then visit auth pages
auth pages sould be in darkmode too
The text was updated successfully, but these errors were encountered:
Thanks, I will review this soon...
Self-Note: On login page, dark-mode should only be based on the configuration value!
Sorry, something went wrong.
@Dennis159 Please confirm changes of the Pull Request: #1329 address this situation...
Successfully merging a pull request may close this issue.
Describe the bug
When toggeling Darkmode (/config/adminlte.php) the auth pages stay in light mode
Steps To Reproduce
'layout_dark_mode' => true and then visit auth pages
Expected behavior
auth pages sould be in darkmode too
The text was updated successfully, but these errors were encountered: