From 1f5215cd38d017305468b77c836ae0d72f78b68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Mah=C3=A9?= Date: Thu, 23 Apr 2020 18:52:46 +0200 Subject: [PATCH] [ACA-2523] Fix text color of comment user icon (#5635) --- lib/core/comments/comment-list.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;