From 22ae0241c0ba9c854363364d58ec10cbf57dbcd6 Mon Sep 17 00:00:00 2001 From: Drew Rautenberg Date: Fri, 17 Jan 2025 09:48:00 -0600 Subject: [PATCH] Set default color scheme to auto in MantineProvider Added the `defaultColorScheme="auto"` prop to the MantineProvider in App.tsx. This enables automatic color scheme detection, improving the user experience by aligning with the system's settings. --- barkmanui/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barkmanui/src/App.tsx b/barkmanui/src/App.tsx index c7b8012..78ec832 100644 --- a/barkmanui/src/App.tsx +++ b/barkmanui/src/App.tsx @@ -10,7 +10,7 @@ const queryClient = new QueryClient() import { MantineProvider } from '@mantine/core'; function App() { - return { ( + return { ( <>