I am trying to customize the disabled state color of a mat-slide-toggle
.
This is what my slide toggle currently looks like:
https://i.sstatic.net/Lhz0U.png
Here is the code I have been using:
<div>
<mat-slide-toggle>Slide me!</mat-slide-toggle>
</div>
Can anyone help me figure out how to change the background color to gray
?