[ACA-2523] Fix text color of comment user icon (#5635)

This commit is contained in:
Baptiste Mahé 2020-04-23 18:52:46 +02:00 committed by GitHub
parent 098b9881eb
commit 1f5215cd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@
padding: 10px 5px;
width: 30px;
background-color: mat-color($primary);
color: mat-contrast($primary, default);
color: mat-color($primary, default-contrast);
border-radius: 50%;
font-size: 16px;
text-align: center;