Skip to content

Commit 4a5498a

Browse files
authored
fix phone icon color
1 parent 9ed3b4b commit 4a5498a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mgt-components/src/components/mgt-person-card/sections/mgt-person-card-contact/mgt-person-card-contact.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class MgtPersonCardContact extends BasePersonCardSection {
9393
title: this.strings.chatTitle
9494
},
9595
businessPhone: {
96-
icon: getSvg(SvgIcon.Phone, '#929292'),
96+
icon: getSvg(SvgIcon.Phone, '#605e5c'),
9797
onClick: () => this.sendCall(this._person?.businessPhones?.length > 0 ? this._person.businessPhones[0] : null),
9898
showCompact: true,
9999
title: this.strings.businessPhoneTitle

0 commit comments

Comments
 (0)