We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2020bf9 commit c43e22cCopy full SHA for c43e22c
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Forced light theme (#241).
13
14
## [2.2.1] - 2025-10-30
15
16
### Added
main/src/App.jsx
@@ -72,6 +72,8 @@ function InnerApp() {
72
loginPage={SolidLoginForm}
73
requireAuth={false}
74
dashboard={Dashboard}
75
+ // see https://marmelab.com/react-admin/AppTheme.html: always use light theme; never use dark theme
76
+ defaultTheme="light"
77
>
78
{config.queries.map((query) => {
79
return (
0 commit comments