diff --git a/packages/react/src/components/TextInput/TextInput.tsx b/packages/react/src/components/TextInput/TextInput.tsx index f6551c83bd4f..20524ebecab2 100644 --- a/packages/react/src/components/TextInput/TextInput.tsx +++ b/packages/react/src/components/TextInput/TextInput.tsx @@ -293,7 +293,11 @@ const TextInput = React.forwardRef(function TextInput( ) : null; const label = labelText ? ( - + {labelText} ) : null; diff --git a/packages/react/src/components/TimePicker/TimePicker.tsx b/packages/react/src/components/TimePicker/TimePicker.tsx index 9b5d5a5958bd..cb4f22b6159c 100644 --- a/packages/react/src/components/TimePicker/TimePicker.tsx +++ b/packages/react/src/components/TimePicker/TimePicker.tsx @@ -225,7 +225,7 @@ const TimePicker: TimePickerComponent = React.forwardRef< }); const label = labelText ? ( -