Hover color on the delete buttons
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user