Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ad935b7

Browse files
dark-mode-toggle (#41)
* dark-mode-toggle #38 * dark-mode-toggle #38
1 parent f809cda commit ad935b7

File tree

1 file changed

+0
-9
lines changed
  • dark-mode-react-web-app-project/src

1 file changed

+0
-9
lines changed

dark-mode-react-web-app-project/src/App.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ function App() {
2222
<ThemeProvider theme={darkMode ? darkTheme : lightTheme}>
2323
<Paper style={{ height: "100vh", width: "100%" }}>
2424
<Typography variant="h1">
25-
{/* <Button
26-
variant="contained"
27-
color="primary"
28-
onClick={() => setDarkMode(!darkMode)}
29-
>
30-
<span role="img" aria-label="sun">
31-
☀️
32-
</span>
33-
</Button> */}
3425
Awesome Dark Mode &nbsp;
3526
<Button
3627
variant="contained"

0 commit comments

Comments
 (0)