fix: pos button and on hover color by diptanilsaha [frappe] PR#46762
From: https://github.com/frappe/erpnext/pull/46762
Date: 2025-03-28 08:54:51+05:30
- fix: pos button and on hover color (#46762)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46762
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46762
# 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