What changed, and why it matters
This commit only adds a single line to the project's changelog describing a prior user-interface bug fix: a date-picker dropdown in the invoice filter showed white text on a white background when Dark Mode was enabled. There is no code change, no security fix, and no functional behavior change in this commit.
No security action required; this is a documentation-only changelog update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies Changelog.md only, appending a bullet point that documents a UI theming fix for the Invoice Date Filter’s month dropdown in Dark Mode. No source code, configuration, dependency, or cryptographic logic is touched.
Changed components
Changelog.mdInspect captured patch +1 / −0
diff --git a/Changelog.md b/Changelog.md
index 14ccfa1..e839812 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -28,6 +28,7 @@
* Fix BTCPay Server hanging on shutdown when Bitcoin support is disabled @NicolasDorier
* Prevent 2FA code submission when the authenticator is not configured @NicolasDorier
* Invoice Date Filter - Date Selector Widget closes the month list when clicked (#7384 #7388) @senutpal
+* Invoice Date Filter - Date Selector Widget had month dropdown with white text on a white background in Dark Mode (#7385) @senutpal
* Refunds and pull payments were unable to make payments from LND 0.21.0 (https://github.com/btcpayserver/BTCPayServer.Lightning/pull/178) @warioishere
### Improvements
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.