Skip to content

Commit

Permalink
Update disabled opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding committed Jul 25, 2020
1 parent 8dc929f commit 5de02d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/ListItem/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const styles = (theme) => ({
},
},
'&$disabled': {
opacity: 0.5,
opacity: theme.palette.action.disabledOpacity,
},
},
/* Styles applied to the `container` element if `children` includes `ListItemSecondaryAction`. */
Expand Down

0 comments on commit 5de02d6

Please sign in to comment.