Fix the update notification button color to match the color theme

This commit is contained in:
Thorsten Sommer 2025-04-21 12:51:48 +02:00
parent 1dc1c6563d
commit 8e3ef68b48
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,6 @@ public partial class MainLayout : LayoutComponentBase, IMessageBusReceiver, IDis
}; };
config.Action = "Show details"; config.Action = "Show details";
config.ActionVariant = Variant.Filled; config.ActionVariant = Variant.Filled;
config.ActionColor = Color.Dark;
}); });
} }

View File

@ -1,3 +1,4 @@
# v0.9.41, build 216 (2025-0x-xx xx:xx UTC) # 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. - 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. - 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.