From f5d210d854a4d9fd27766e139cec4b907b245005 Mon Sep 17 00:00:00 2001 From: "kham.vilaythong" Date: Mon, 27 Oct 2025 16:41:16 +1100 Subject: [PATCH] put in style iconclass --- UI/src/app/person/familylist.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UI/src/app/person/familylist.ts b/UI/src/app/person/familylist.ts index 1904477..d24093d 100644 --- a/UI/src/app/person/familylist.ts +++ b/UI/src/app/person/familylist.ts @@ -77,6 +77,8 @@ export class FamilyList implements OnInit, OnDestroy{ }, { label: 'Delete', + iconClass:'text-red-500', + styleClass:'text-red-500', icon: 'pi pi-times', command: () => { this.delete(this.selectId);