This commit is contained in:
2025-10-22 21:11:59 +08:00
parent d18177452b
commit 80718dfc8b
4 changed files with 106 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ import { GrowDialogTransition } from "./component/FileManager/Search/SearchPopup
import Warning from "./component/Icons/Warning.tsx";
import { useAppSelector } from "./redux/hooks.ts";
import { changeThemeColor } from "./util";
import AnnouncementDialog from "./component/Common/AnnouncementDialog.tsx";
export const applyThemeWithOverrides = (themeConfig: ThemeOptions): ThemeOptions => {
return {
@@ -374,6 +375,7 @@ const AppContent = () => {
}}
>
<GlobalDialogs />
<AnnouncementDialog />
<Outlet />
</SnackbarProvider>
</>