fix: theme reverts to light on reload when system preference stored (#61)

This commit is contained in:
Ulas Kalayci
2026-04-20 10:08:07 +02:00
parent e48d249fbe
commit 30d3d6cd13
4 changed files with 15 additions and 5 deletions
+5
View File
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.20.25] - 2026-04-20
### Fixed
- Theme selection no longer reverts to light mode on page reload when "System" is chosen; the init script now correctly resolves the `system` preference to the OS dark/light state instead of treating it as a literal `data-theme` value
## [0.20.24] - 2026-04-20
### Added