Skip to content

Commit

Permalink
Update LinearProgress.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt authored Jan 13, 2020
1 parent a3fb97e commit c2bb8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/LinearProgress/LinearProgress.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const styles = theme => {
overflow: 'hidden',
height: 4,
},
/* Styles applied to the root and bar2 element if `color="primary"`; bar2 if `variant-"buffer"`. */
/* Styles applied to the root and bar2 element if `color="primary"`; bar2 if `variant="buffer"`. */
colorPrimary: {
backgroundColor: backgroundPrimary,
},
Expand Down

0 comments on commit c2bb8bf

Please sign in to comment.