[ADF-5092] Change card view label color (#5572)

This commit is contained in:
Baptiste Mahé
2020-03-30 19:16:22 +02:00
committed by GitHub
parent 7195a384e8
commit 04b6a3e399

View File

@@ -10,7 +10,7 @@
.adf-property-label {
font-size: 12px;
color: mat-color($foreground, text, 0.4);
color: mat-color($foreground, text, 0.54);
word-wrap: break-word;
}