[ADF-5091] Change info drawer labels color (#5571)

This commit is contained in:
Baptiste Mahé
2020-03-30 19:20:06 +02:00
committed by GitHub
parent 53f2361658
commit 19ad789436

View File

@@ -24,8 +24,12 @@
& .mat-tab-label {
font-weight: bold;
text-align: left;
color: mat-color($primary);
color: mat-color($accent);
text-transform: uppercase;
&-active {
color: mat-color($primary);
}
}
&-header {