Skip to content
Snippets Groups Projects
Commit 7dfbb6a7 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Change checkbox color to accent

parent 760fc4bc
1 merge request!135Resolve "Refine content-list-view"
Pipeline #22942 passed with stages
in 3 minutes and 10 seconds
......@@ -16,7 +16,7 @@
</ng-container>
<ng-container matColumnDef="checked">
<mat-cell *matCellDef="let answer; let i = index">
<mat-checkbox color="primary" [(ngModel)]="answer.correct"
<mat-checkbox color="accent" [(ngModel)]="answer.correct"
[checked]="answer.correct" (ngModelChange)="updateAnswer(i)"></mat-checkbox>
</mat-cell>
</ng-container>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment