I wanted to change mat label color for a mat-tab. css that I've added is:
.mat-tab-label {
min-width: 25px !important;
padding: 5px;
background-color: transparent;
color: white;
opacity: 1 !important;
font-weight: 700;
}
It is changing color for tab. But, it is changing color for all mat-tabs in whole application. How can I change for a particular tab alone.