Skip to content

Commit

Permalink
Added component to styleProps
Browse files Browse the repository at this point in the history
  • Loading branch information
duganbrett committed Jan 28, 2021
1 parent 22d9a85 commit 1fcb120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/FormLabel/FormLabel.js
Expand Up @@ -99,6 +99,7 @@ const FormLabel = React.forwardRef(function FormLabel(inProps, ref) {

const styleProps = {
...props,
component,
color: fcs.color,
disabled: fcs.disabled,
error: fcs.error,
Expand Down

0 comments on commit 1fcb120

Please sign in to comment.