feat: implement dark/light mode toggle across dashboard and profile

This commit is contained in:
bipproduction
2026-02-09 11:24:34 +08:00
parent 5ed9637a88
commit df707fe29b
12 changed files with 167 additions and 140 deletions

View File

@@ -56,7 +56,7 @@ const app = (
});
}}
>
<MantineProvider theme={theme}>
<MantineProvider theme={theme} defaultColorScheme="dark">
<ModalsProvider>
<RouterProvider router={router} />
</ModalsProvider>