style: pos checkout button color by diptanilsaha [frappe] PR#45890
From: https://github.com/frappe/erpnext/pull/45890
Date: 2025-02-13 00:09:21+05:30
- style: pos checkout button color (#45890)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45890
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45890
# 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