We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e941cf commit a4a335eCopy full SHA for a4a335e
1 file changed
Library/Pages/CreateStructuredLearningOutcome.razor
@@ -255,7 +255,7 @@
255
{
256
<li class="flex flex-row items-center justify-between cursor-default text-adlergrey-800">
257
<p>@GetLocalizerString(question)</p>
258
- <MudCheckBox Dense="true" @bind-Value="_qualityCheck[question]" Color="Color.Default" UnCheckedColor="Color.Default"></MudCheckBox>
+ <MudCheckBox Dense="true" @bind-Value="_qualityCheck[question]" Color="Color.Default" UnCheckedColor="@Color.Default"></MudCheckBox>
259
</li>
260
}
261
</ul>
0 commit comments