From f5c08f041ea4dfffe031ef5134efa6604e1332a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20Mah=C3=A9?= Date: Tue, 21 Apr 2020 22:27:10 +0200 Subject: [PATCH] [ACA-2523] Update comment text colors (#5627) --- lib/core/comments/comment-list.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/comments/comment-list.component.scss b/lib/core/comments/comment-list.component.scss index cc5b6afefd..2edec9bbfb 100644 --- a/lib/core/comments/comment-list.component.scss +++ b/lib/core/comments/comment-list.component.scss @@ -75,7 +75,7 @@ font-size: 14px; letter-spacing: -0.2px; line-height: 1.43; - color: mat-color($foreground, secondary-text); + color: mat-color($foreground, text, 0.72); } &-comment-message-time { @@ -83,7 +83,7 @@ width: calc(100% - 10%); padding: 2px 10px; font-size: 12px !important; - color: mat-color($foreground, secondary-text); + color: mat-color($foreground, text, 0.72); } &-comment-contents {