mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 22:59:47 +00:00
Fix the update notification button color to match the color theme
This commit is contained in:
parent
1dc1c6563d
commit
8e3ef68b48
@ -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;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user