Skip to content

Commit 7546483

Browse files
committed
fixing person icon classes from merge
1 parent 4446829 commit 7546483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mgt-components/src/components/mgt-person/mgt-person.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ export class MgtPerson extends MgtTemplatedComponent {
770770
${initials}
771771
`
772772
: html`
773-
<i class="ms-Icon ms-Icon--Contact contact-icon">${this.renderPersonIcon()}</i>
773+
<i class="contact-icon">${this.renderPersonIcon()}</i>
774774
`
775775
}
776776
</span>

0 commit comments

Comments
 (0)