Skip to content
Snippets Groups Projects
Verified Commit 0c53c736 authored by Thomas Lenz's avatar Thomas Lenz Committed by Lukas Maximilian Kimpel
Browse files

Change checkbox color to primary

parent f491d6b1
No related merge requests found
......@@ -14,7 +14,7 @@
<mat-divider></mat-divider>
<mat-card-content>
<mat-list *ngFor="let answer of testChoiceContent.options">
<mat-checkbox>{{answer.label}}</mat-checkbox>
<mat-checkbox color="primary">{{answer.label}}</mat-checkbox>
</mat-list>
</mat-card-content>
</mat-card>
......
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