Skip to content

Instantly share code, notes, and snippets.

@bharat-tiwari
Created May 5, 2019 23:31
Show Gist options
  • Save bharat-tiwari/2465408fd66f5deb26ed7ba45e8f5627 to your computer and use it in GitHub Desktop.
Save bharat-tiwari/2465408fd66f5deb26ed7ba45e8f5627 to your computer and use it in GitHub Desktop.
export const commonTheme = {
primary: {
bg: "#ddd",
textColor: "#000"
},
warning: {
bg: "#f4d142",
textColor: "#000"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment