From 494be5bfc86a268a707f5cfaccb7c9f4283748dd Mon Sep 17 00:00:00 2001 From: Mridul-0812 <121008281+Mridul-0812@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:34:37 +1000 Subject: [PATCH] Update textInputStyle.tsx --- src/textInputStyle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textInputStyle.tsx b/src/textInputStyle.tsx index eaaa8ff4..34ba920f 100644 --- a/src/textInputStyle.tsx +++ b/src/textInputStyle.tsx @@ -17,7 +17,7 @@ export const textInputStyle = { }; export const textInputPlaceholderColor = theme.veryLightText; -export const TextInput = (props: { +export const TextInput: React.FC = (props) => { placeholder: string; multiline?: boolean; numberOfLines?: number;