We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feac35c commit 56bbea1Copy full SHA for 56bbea1
src/Terrabuild.UI/src/main.tsx
@@ -32,7 +32,7 @@ const Root = () => {
32
return (
33
<MantineProvider
34
theme={theme}
35
- defaultColorScheme="dark"
+ defaultColorScheme="auto"
36
colorSchemeManager={colorSchemeManager}
37
>
38
<Notifications position="top-right" />
0 commit comments