Skip to content

Commit a4a335e

Browse files
committed
Updated unCheckedColor
1 parent 0e941cf commit a4a335e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Library/Pages/CreateStructuredLearningOutcome.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
{
256256
<li class="flex flex-row items-center justify-between cursor-default text-adlergrey-800">
257257
<p>@GetLocalizerString(question)</p>
258-
<MudCheckBox Dense="true" @bind-Value="_qualityCheck[question]" Color="Color.Default" UnCheckedColor="Color.Default"></MudCheckBox>
258+
<MudCheckBox Dense="true" @bind-Value="_qualityCheck[question]" Color="Color.Default" UnCheckedColor="@Color.Default"></MudCheckBox>
259259
</li>
260260
}
261261
</ul>

0 commit comments

Comments
 (0)