Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created July 5, 2021 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/edb24658dd1cd8cc693d16f70564778e to your computer and use it in GitHub Desktop.
Save marshallmurphy/edb24658dd1cd8cc693d16f70564778e to your computer and use it in GitHub Desktop.
//...
if (stop === 1 || stop === 90) {
start = 0;
stop = 60;
setDarkMode(true) // here
} else {
start = 60;
stop = 90;
setDarkMode(false) // and here
}
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment