fix(dashboard): weather widget white-on-white in light mode

This commit is contained in:
Ulas Kalayci
2026-04-28 12:46:49 +02:00
parent d88133c503
commit 774d9e87ef
4 changed files with 12 additions and 3 deletions
+5
View File
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.29.3] - 2026-04-28
### Fixed
- Dashboard: weather widget background gradient was overridden by the higher-specificity `.dashboard .widget { background: var(--color-surface) }` rule, causing white text on a white background in light mode
## [0.29.2] - 2026-04-28
### Changed