From 8e3ef68b48b0173e68147f0d8751bf6c23271ba0 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 21 Apr 2025 12:51:48 +0200 Subject: [PATCH] Fix the update notification button color to match the color theme --- app/MindWork AI Studio/Layout/MainLayout.razor.cs | 1 - app/MindWork AI Studio/wwwroot/changelog/v0.9.41.md | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Layout/MainLayout.razor.cs b/app/MindWork AI Studio/Layout/MainLayout.razor.cs index b80de4a5..0bcafbb4 100644 --- a/app/MindWork AI Studio/Layout/MainLayout.razor.cs +++ b/app/MindWork AI Studio/Layout/MainLayout.razor.cs @@ -143,7 +143,6 @@ public partial class MainLayout : LayoutComponentBase, IMessageBusReceiver, IDis }; config.Action = "Show details"; config.ActionVariant = Variant.Filled; - config.ActionColor = Color.Dark; }); } diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.41.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.41.md index 1cc23068..4454d93b 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.41.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.41.md @@ -1,3 +1,4 @@ # v0.9.41, build 216 (2025-0x-xx xx:xx UTC) - Added the user-language, as provided by the OS, to the about page. This helps in identifying user-specific issues related to language settings. -- Changed the terminology from "temporary chats" to "disappearing chats" in the UI. This makes it clearer to understand the purpose of these chats. \ No newline at end of file +- Changed the terminology from "temporary chats" to "disappearing chats" in the UI. This makes it clearer to understand the purpose of these chats. +- Fixed the color for the update notification button to match the color theme. \ No newline at end of file