From f6bb2de0f869cb981e777a5b3ffe0612365def7a Mon Sep 17 00:00:00 2001 From: Luke Walczak Date: Mon, 17 Apr 2023 15:07:38 +0200 Subject: [PATCH] fix: correct content style type (#3822) --- src/components/TextInput/TextInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`