From f92cce5fcf409479620fe772f612fbbc2ee79d9a Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 3 Jan 2025 21:23:08 +0100 Subject: [PATCH] Changed the regenerate icon color to the default --- app/MindWork AI Studio/Chat/ContentBlockComponent.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Chat/ContentBlockComponent.razor b/app/MindWork AI Studio/Chat/ContentBlockComponent.razor index 1754ca62..dc9472ea 100644 --- a/app/MindWork AI Studio/Chat/ContentBlockComponent.razor +++ b/app/MindWork AI Studio/Chat/ContentBlockComponent.razor @@ -15,7 +15,7 @@ @if (this.IsLastContentBlock && this.Role is ChatRole.AI && this.RegenerateFunc is not null) { - + } @if (this.RemoveBlockFunc is not null)