Skip to content

Commit 24547ce

Browse files
committed
docs:typescript:formatted
1 parent c861a57 commit 24547ce

File tree

1 file changed

+1
-1
lines changed
  • docs/data/material/getting-started/templates/landing-page

1 file changed

+1
-1
lines changed

docs/data/material/getting-started/templates/landing-page/LandingPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ToggleCustomTheme.propTypes = {
6262
};
6363

6464
export default function LandingPage() {
65-
const [mode, setMode] = React.useState('dark');
65+
const [mode, setMode] = React.useState('light');
6666
const [showCustomTheme, setShowCustomTheme] = React.useState(true);
6767
const LPtheme = createTheme(getLPTheme(mode));
6868
const defaultTheme = createTheme({ palette: { mode } });

0 commit comments

Comments
 (0)