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
@@ -37,7 +37,7 @@
Href="@($"/students/edit?id={context.Item.Id}&returnUrl=/students")" />
<IconButtonWithTooltip Icon="@Icons.Material.Outlined.Delete"
TooltipText="Delete"
Color="Color.Error"
HoverColor="Color.Error"
OnClick="() => DeleteStudent(context.Item!)" />
</MudStack>
</MudStack>