Skip to content

Commit

Permalink
[docs] Fix contast => contrast typo (#12395)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayeoi authored and oliviertassinari committed Aug 3, 2018
1 parent 5c7b379 commit 7fedc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/customization/themes/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const theme = createMuiTheme({
// light: will be calculated from palette.primary.main,
main: '#ff4400',
// dark: will be calculated from palette.primary.main,
// contrastText: will be calculated to contast with palette.primary.main
// contrastText: will be calculated to contrast with palette.primary.main
},
secondary: {
light: '#0066ff',
Expand Down

0 comments on commit 7fedc70

Please sign in to comment.