We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b11ad5 commit db747f6Copy full SHA for db747f6
src/shared-theme/AppTheme.tsx
@@ -28,6 +28,7 @@ export default function AppTheme(props: AppThemeProps) {
28
colorSchemeSelector: "data-mui-color-scheme",
29
cssVarPrefix: "template",
30
},
31
+ defaultColorScheme: "light", // Set light mode as default instead of using system preference
32
colorSchemes, // Recently added in v6 for building light & dark mode app, see https://mui.com/material-ui/customization/palette/#color-schemes
33
typography,
34
shadows,
0 commit comments