From 0c53c7363d4bfbf1de8a99b7fcce3da544fd6a23 Mon Sep 17 00:00:00 2001 From: Thomas Lenz <Thomas.Lenz@mni.thm.de> Date: Thu, 15 Mar 2018 11:32:23 +0100 Subject: [PATCH] Change checkbox color to primary --- .../participant-choice-content.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/participant-choice-content/participant-choice-content.component.html b/src/app/participant-choice-content/participant-choice-content.component.html index d22ccfa62..e4d81724e 100644 --- a/src/app/participant-choice-content/participant-choice-content.component.html +++ b/src/app/participant-choice-content/participant-choice-content.component.html @@ -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> -- GitLab