diff --git a/frappe/public/js/frappe/dom.js b/frappe/public/js/frappe/dom.js index 21ee29934e..d00a53889f 100644 --- a/frappe/public/js/frappe/dom.js +++ b/frappe/public/js/frappe/dom.js @@ -303,7 +303,7 @@ frappe.get_data_pill = (label, target_id=null, remove_action=null) => { if (remove_action) { let remove_btn = $(` - ${frappe.utils.icon('close')} + ${frappe.utils.icon('close', 'sm', 'close')} `).click(() => { remove_action(target_id || label, data_pill_wrapper);