852e46fcf8aa4d535251910141160d923cb3d116
The glass variant rendered the month title in a `.principal` ToolbarItem, which SwiftUI drops when the state it reads (visibleMonth) changes while on screen — it only reappeared on an unrelated rebuild (opening/closing the menu) and vanished again on the next month change. Switched to `.navigationTitle`, which the system updates reliably. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
No description provided
Languages
Swift
100%