Changing indicator color for CRM/Lead custom status

Hi I am trying to change indicator colors for custom status for Leads in the CRM module. I tried going to

The CRM equivalent of this

couldn’t find any existing code that marked “Converted” as green.

Please kindly assist

frappe@erpnext:~/frappe-bench$ find . -name *.js | xargs grep ‘Converted’
./apps/frappe/frappe/public/js/frappe/misc/utils.js: } else if(has_words([“Closed”, “Finished”, “Converted”, “Completed”, “Confirmed”,

2 Likes