Looking for guidance on using Angular materials as a newcomer. I am in need of assistance with changing the color of Google when it is off. Here is my HTML code:
<form>
<mat-slide-toggle class="livre-toggle" color="primary" [checked]="isChecked"
(change)="toggleChanged($event, label)" translate>
{{label | translate}}
</mat-slide-toggle>
</form>