Skip to content

Commit

Permalink
[material-ui][Typography] Fix ownerState prop placement (#41903)
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Apr 22, 2024
1 parent f1d1f1c commit 3316379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Typography/Typography.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ const Typography = React.forwardRef(function Typography(inProps, ref) {
<TypographyRoot
as={Component}
ref={ref}
ownerState={ownerState}
className={clsx(classes.root, className)}
{...other}
ownerState={ownerState}
/>
);
});
Expand Down

0 comments on commit 3316379

Please sign in to comment.