Skip to content

[frappe] PR #36287 fix: POS background color optimized in dark mode

Bot Dokos requested to merge ft-pr-36287 into develop

See https://github.com/frappe/erpnext/pull/36287

Date: 2023-07-25T13:01:10+05:30

  • fix: POS background color optimized in dark mode (#36287)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-36287

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports