Skip to content

Instantly share code, notes, and snippets.

@Vivek205
Last active December 24, 2019 05:24
Show Gist options
  • Save Vivek205/d81f773fbb754d756265184a1c22e2a1 to your computer and use it in GitHub Desktop.
Save Vivek205/d81f773fbb754d756265184a1c22e2a1 to your computer and use it in GitHub Desktop.
Sample Material UI Theme object with bare minimum data
const MuiTheme = {
palette: {
primary: {
main: "#4086ff",
dark: "#005ACB"
},
secondary: {
main: "#E67381",
dark: "#D0021B"
}
}
};
export default MuiTheme;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment