Skip to content

Instantly share code, notes, and snippets.

@rohitpotato
Created March 13, 2021 20:14
Show Gist options
  • Select an option

  • Save rohitpotato/cc7ef77decdbd03f1e98441b67be49fe to your computer and use it in GitHub Desktop.

Select an option

Save rohitpotato/cc7ef77decdbd03f1e98441b67be49fe to your computer and use it in GitHub Desktop.
Constants File for React-Dark-Mode
export const THEME_TYPES = {
THEME_DARK: "dark",
THEME_LIGHT: "light",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment