[ACA-2523] Update comment text colors (#5627)

This commit is contained in:
Baptiste Mahé
2020-04-21 22:27:10 +02:00
committed by GitHub
parent 122bd9face
commit f5c08f041e

View File

@@ -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 {