diff --git a/lib/core/comments/comment-list.component.scss b/lib/core/comments/comment-list.component.scss index 2edec9bbfb..976ba12c52 100644 --- a/lib/core/comments/comment-list.component.scss +++ b/lib/core/comments/comment-list.component.scss @@ -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;