diff --git a/packages/rescript-mui-material/src/components/DialogTitle.res b/packages/rescript-mui-material/src/components/DialogTitle.res index 6e79593e..cf1cb60c 100644 --- a/packages/rescript-mui-material/src/components/DialogTitle.res +++ b/packages/rescript-mui-material/src/components/DialogTitle.res @@ -4,7 +4,7 @@ type classes = { } type props = { - ...CommonProps.t, + ...Typography.publicProps, /** * The content of the component. */