What's New in v2.7.2
🐛 Bug Fixes
- fix(logs): Fix light mode contrast in request logs UI (#378) — filter buttons (Errors, Success, Combo) and combo badge in the table are now readable in light mode.
- Added proper
dark:Tailwind variants so colors adapt to both themes - Error filter:
text-red-700 dark:text-red-400 - Success filter:
text-emerald-700 dark:text-emerald-400 - Combo filter:
text-violet-700 dark:text-violet-300 - Recording button: same dark-aware fix
- Added proper
🧪 Tests
- 763 tests passing ✅
What's Changed
- fix(logs): fix light mode contrast in filter buttons and combo badge (#378) by @diegosouzapw in #433
Full Changelog: v2.7.1...v2.7.2