From 91faa2f7f1010fa60bb9d2089c689716192e26f9 Mon Sep 17 00:00:00 2001 From: Juulz Date: Wed, 28 Jan 2026 10:18:02 -0500 Subject: [PATCH] [fix] Update BudgetAnalysisGraph to use a darker gray for balance to increase legibility (#6791) * Update BudgetAnalysisGraph.tsx Use reportsGray for Balance. * Fix Budget Analysis Graph balance color variable Use reportsGray instead of numberNeutral for balance points and line. --- .../src/components/reports/graphs/BudgetAnalysisGraph.tsx | 6 +++--- upcoming-release-notes/6791.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 upcoming-release-notes/6791.md diff --git a/packages/desktop-client/src/components/reports/graphs/BudgetAnalysisGraph.tsx b/packages/desktop-client/src/components/reports/graphs/BudgetAnalysisGraph.tsx index e34f73b776..971fe76774 100644 --- a/packages/desktop-client/src/components/reports/graphs/BudgetAnalysisGraph.tsx +++ b/packages/desktop-client/src/components/reports/graphs/BudgetAnalysisGraph.tsx @@ -169,7 +169,7 @@ function CustomTooltip({ style={{ width: 10, height: 10, - backgroundColor: theme.reportsNumberNeutral, + backgroundColor: theme.reportsGray, display: 'inline-block', }} /> @@ -285,7 +285,7 @@ export function BudgetAnalysisGraph({