v0.1.47 — fix: add dark mode variants to revenue tab confidence score colors
Release v0.1.47: Dark Mode Fixes for Revenue Tab
What changed
- Added dark mode color variants (
dark:text-*-400) to confidence score indicators in the revenue tab - Green, yellow, and red confidence scores now have proper contrast on dark backgrounds
- Styling now matches the existing dark mode pattern used throughout the component
Why it matters
Confidence scores were hard to read in dark mode due to low contrast. This fix ensures the revenue tab remains fully legible regardless of the user's theme preference.
Technical notes
No breaking changes or logic modifications — purely a Tailwind class update to three color strings in renderConfidence.
Release Notes
PR #464 was reviewed, merged, and released as v0.1.47.
What was merged: A pure UI bug fix in src/components/project-revenue-tab.tsx — the renderConfidence function was missing dark mode Tailwind variants on its confidence score color classes. Three class strings were updated to add dark:text-*-400 counterparts (green, yellow, red), matching the existing pattern used throughout the rest of the file. No logic changes.
Release: v0.1.47 — https://github.com/Jugg-ai/Jugg-ai.jugg-ai/releases/tag/v0.1.47
- Tag: v0.1.47
- Merge SHA: ece561faa1e8e2d7971e19243032cef924f7d933
- Type: Patch (UI/accessibility fix, no breaking changes)