Skip to content

Commit d0edb6b

Browse files
fix: DialogTitle does not extend Typography props
https://v5.mui.com/material-ui/api/dialog-title/#props resolves #225
1 parent ba58b9e commit d0edb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rescript-mui-material/src/components/DialogTitle.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type classes = {
44
}
55

66
type props = {
7-
...CommonProps.t,
7+
...Typography.publicProps,
88
/**
99
* The content of the component.
1010
*/

0 commit comments

Comments
 (0)