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