Skip to content

Commit c43e22c

Browse files
authored
Forced light theme (#251)
1 parent 2020bf9 commit c43e22c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Forced light theme (#241).
13+
1014
## [2.2.1] - 2025-10-30
1115

1216
### Added

main/src/App.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ function InnerApp() {
7272
loginPage={SolidLoginForm}
7373
requireAuth={false}
7474
dashboard={Dashboard}
75+
// see https://marmelab.com/react-admin/AppTheme.html: always use light theme; never use dark theme
76+
defaultTheme="light"
7577
>
7678
{config.queries.map((query) => {
7779
return (

0 commit comments

Comments
 (0)