From d8ed24702220d28e96423e0cac943c921a28ec91 Mon Sep 17 00:00:00 2001 From: bipproduction Date: Tue, 7 Oct 2025 17:33:53 +0800 Subject: [PATCH] feat: set default color scheme to dark --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 0816705..659cb66 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,7 +7,7 @@ import { MantineProvider } from '@mantine/core'; import AppRoutes from './AppRoutes'; export function App() { - return + return ;