Skip to content

Commit

Permalink
Restored original chip color
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Jangli authored and Jeffrey Jangli committed Oct 23, 2023
1 parent 0b9dd48 commit c4c458a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
foreach (var item in CollectionsMarshal.AsSpan(collection))
{
<MudChip Class="@ChipClass" Value="@item.Value" Text="@(ToStringFunc is not null ? ToStringFunc.Invoke(item.Value) : string.IsNullOrWhiteSpace(item.Text) ? Converter.Set(item.Value) : item.Text)"
Color="@CheckBoxCheckedColor" Size="@ChipSize" Variant="@ChipVariant" @onmousedown:stopPropagation />
Color="@Color" Size="@ChipSize" Variant="@ChipVariant" @onmousedown:stopPropagation />
}
}
}
Expand Down

0 comments on commit c4c458a

Please sign in to comment.