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 c861a57 commit 24547ceCopy full SHA for 24547ce
docs/data/material/getting-started/templates/landing-page/LandingPage.js
@@ -62,7 +62,7 @@ ToggleCustomTheme.propTypes = {
62
};
63
64
export default function LandingPage() {
65
- const [mode, setMode] = React.useState('dark');
+ const [mode, setMode] = React.useState('light');
66
const [showCustomTheme, setShowCustomTheme] = React.useState(true);
67
const LPtheme = createTheme(getLPTheme(mode));
68
const defaultTheme = createTheme({ palette: { mode } });
0 commit comments