Skip to content

Commit 3a1748b

Browse files
Merge pull request #229 from illusionalsagacity/dialog-title-props
fix: DialogTitle does not extend Typography props
2 parents 5675fdf + d0edb6b commit 3a1748b

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)