Skip to content

Instantly share code, notes, and snippets.

@Momotoculteur
Created December 4, 2021 19:16
Show Gist options
  • Save Momotoculteur/85756822746d09ce21db094c3e0ffc72 to your computer and use it in GitHub Desktop.
Save Momotoculteur/85756822746d09ce21db094c3e0ffc72 to your computer and use it in GitHub Desktop.
custom dark light theme switch system for react app build with material ui design
import * as React from 'react';
const ThemeContext = React.createContext({});
export default ThemeContext;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment