We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f4a86 commit e2f2683Copy full SHA for e2f2683
packages/material-ui-lab/src/Rating/Rating.js
@@ -38,6 +38,7 @@ export const styles = theme => ({
38
fontSize: theme.typography.pxToRem(24),
39
color: '#ffb400',
40
cursor: 'pointer',
41
+ textAlign: 'left',
42
WebkitTapHighlightColor: 'transparent',
43
'&$disabled': {
44
opacity: 0.5,
0 commit comments