diff --git a/app/MindWork AI Studio/Components/Workspaces.razor b/app/MindWork AI Studio/Components/Workspaces.razor
index bdeb52ae..80a81f60 100644
--- a/app/MindWork AI Studio/Components/Workspaces.razor
+++ b/app/MindWork AI Studio/Components/Workspaces.razor
@@ -36,7 +36,7 @@
-
+
@@ -57,7 +57,7 @@
-
+
@@ -90,4 +90,4 @@
break;
}
-
\ No newline at end of file
+
diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.2.2.md b/app/MindWork AI Studio/wwwroot/changelog/v26.2.2.md
index 29f64e51..0e024e75 100644
--- a/app/MindWork AI Studio/wwwroot/changelog/v26.2.2.md
+++ b/app/MindWork AI Studio/wwwroot/changelog/v26.2.2.md
@@ -4,4 +4,5 @@
- Added an option to export all provider types (LLMs, embeddings, transcriptions) so you can use them in a configuration plugin. You'll be asked if you want to export the related API key too. API keys will be encrypted in the export. This feature only shows up when administration options are enabled.
- Added an option in the app settings to create an encryption secret, which is required to encrypt values (for example, API keys) in configuration plugins. This feature only shows up when administration options are enabled.
- Improved the document analysis assistant (in beta) by hiding the export functionality by default. Enable the administration options in the app settings to show and use the export functionality. This streamlines the usage for regular users.
+- Improved the workspaces experience by using a different color for the delete button to avoid confusion.
- Upgraded dependencies.
\ No newline at end of file