You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
+
## [3.2.4] - 2026-05-04
8
+
9
+
### Fixed
10
+
- Welcome screen sparkle was invisible (white-on-white) in light mode — pinned the screen to brand navy `#1A2332` (matching the launcher and splash) regardless of theme so the white sparkle and title always have contrast
11
+
- Sign-up / sign-in sparkle was hard-coded to white and washed out on light backgrounds — switched to `MaterialTheme.colorScheme.primary` so it stays visible in both light and dark modes
0 commit comments