diff --git a/src/components/forms/forms.jsx b/src/components/forms/forms.jsx
index 8ce9757e8..d4fb18c0a 100644
--- a/src/components/forms/forms.jsx
+++ b/src/components/forms/forms.jsx
@@ -37,6 +37,7 @@ export const commonOptionalProps = [
'defaultValue',
'hideTitle',
'style',
+ 'titleStyle',
'validators',
'onChange',
'type',
@@ -216,6 +217,7 @@ export const FormFieldTitle = (props) => {
ariaLevel,
required,
validation,
+ titleStyle,
} = props;
return
@@ -223,6 +225,7 @@ export const FormFieldTitle = (props) => {