fix: text color in sales funnel report based on theme by ljain112 [frappe] PR#42726
From: https://github.com/frappe/erpnext/pull/42726
Date: 2024-08-12 17:09:39+05:30
- fix: text color in sales funnel report based on theme
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42726
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42726
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease