How do we change mat input field color in angular ? I tried using accent but it does not work , I also tried adding style color white but it does not work either. Any idea? thanks.
#code
<mat-form-field color="accent" appearance="standard">
<mat-label color="accent">Filter transactions</mat-label>
<input color= accent matInput #searchInput placeholder="">
</mat-form-field>