diff --git a/src/components/TextInput/TextInput.tsx b/src/components/TextInput/TextInput.tsx index f048afde2a..4ad2496d11 100644 --- a/src/components/TextInput/TextInput.tsx +++ b/src/components/TextInput/TextInput.tsx @@ -149,7 +149,7 @@ export type Props = React.ComponentPropsWithRef & { * Overrides input style * Example: `paddingLeft`, `backgroundColor` */ - contentStyle?: StyleProp; + contentStyle?: StyleProp; /** * Pass style to override the default style of outlined wrapper. * Overrides style when mode is set to `outlined`