Skip to content

Commit

Permalink
Update packages/material-ui/src/styles/createPalette.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt <[email protected]>
  • Loading branch information
r3dm1ke and mbrookes authored Dec 20, 2019
1 parent 90a6829 commit b1afe33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/styles/createPalette.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default function createPalette(palette) {
warning: augmentColor(warning),
// The colors used to present information to the user that is neutral and not necessarily important.
info: augmentColor(info),
// The colors used to indicate a successful completion of an action that user triggered.
// The colors used to indicate the successful completion of an action that user triggered.
success: augmentColor(success),
// The grey colors.
grey,
Expand Down

0 comments on commit b1afe33

Please sign in to comment.