Skip to content

Commit 24da248

Browse files
committed
fix(package): added material ripple to the contacts row
1 parent aab4c82 commit 24da248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module/components/contacts/mat-contacts.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</ng-container>
109109

110110
<mat-header-row *matHeaderRowDef="contactsDisplayedColumns"></mat-header-row>
111-
<mat-row *matRowDef="let row; columns: contactsDisplayedColumns;"
111+
<mat-row *matRowDef="let row; columns: contactsDisplayedColumns; matRipple"
112112
(click)="select(row)">
113113
</mat-row>
114114
</mat-table>

0 commit comments

Comments
 (0)