Skip to content

Commit

Permalink
docs:typescript:formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Mar 12, 2024
1 parent c861a57 commit 24547ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ToggleCustomTheme.propTypes = {
};

export default function LandingPage() {
const [mode, setMode] = React.useState('dark');
const [mode, setMode] = React.useState('light');
const [showCustomTheme, setShowCustomTheme] = React.useState(true);
const LPtheme = createTheme(getLPTheme(mode));
const defaultTheme = createTheme({ palette: { mode } });
Expand Down

0 comments on commit 24547ce

Please sign in to comment.