Changed the regenerate icon color to the default

This commit is contained in:
Thorsten Sommer 2025-01-03 21:23:08 +01:00
parent b2ca49ab92
commit f92cce5fcf
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -15,7 +15,7 @@
@if (this.IsLastContentBlock && this.Role is ChatRole.AI && this.RegenerateFunc is not null) @if (this.IsLastContentBlock && this.Role is ChatRole.AI && this.RegenerateFunc is not null)
{ {
<MudTooltip Text="Regenerate" Placement="Placement.Bottom"> <MudTooltip Text="Regenerate" Placement="Placement.Bottom">
<MudIconButton Icon="@Icons.Material.Filled.Recycling" Color="Color.Tertiary" OnClick="@this.RegenerateBlock"/> <MudIconButton Icon="@Icons.Material.Filled.Recycling" Color="Color.Default" OnClick="@this.RegenerateBlock"/>
</MudTooltip> </MudTooltip>
} }
@if (this.RemoveBlockFunc is not null) @if (this.RemoveBlockFunc is not null)