Hover color on the delete buttons

This commit is contained in:
2025-12-26 14:09:49 -05:00
parent f395dba043
commit e17d15aaff
5 changed files with 14 additions and 65 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
Href="@($"/teams/edit?id={context.Item.Id}")" />
<IconButtonWithTooltip Icon="@Icons.Material.Outlined.Delete"
TooltipText="Delete"
Color="Color.Error"
HoverColor="Color.Error"
OnClick="() => DeleteTeam(context.Item!)" />
</MudStack>
</MudStack>