Skip to content

Commit

Permalink
[style] changed alignment of ratings (#20053)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlizchap committed Mar 10, 2020
1 parent c5f4a86 commit 1cd0feb
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 1cd0feb

Please sign in to comment.