Skip to content

Commit

Permalink
[Rating] Fix text alignment inheritance (mui#20055)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlizchap authored and EsoterikStare committed Mar 30, 2020
1 parent 36cfa84 commit a5b173f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui-lab/src/Rating/Rating.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const styles = theme => ({
fontSize: theme.typography.pxToRem(24),
color: '#ffb400',
cursor: 'pointer',
textAlign: 'left',
WebkitTapHighlightColor: 'transparent',
'&$disabled': {
opacity: 0.5,
Expand Down

0 comments on commit a5b173f

Please sign in to comment.