From 13522dbc4724ba3e6e7d4830a1befb5d153a94d3 Mon Sep 17 00:00:00 2001 From: Davi Marcilio Date: Sat, 11 Mar 2023 22:26:25 -0300 Subject: [PATCH] designSystemFixes --- packages/react/src/components/TextInput/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/TextInput/index.tsx b/packages/react/src/components/TextInput/index.tsx index 3c3a1c1..ee90259 100644 --- a/packages/react/src/components/TextInput/index.tsx +++ b/packages/react/src/components/TextInput/index.tsx @@ -6,7 +6,7 @@ export interface TextInputProps extends ComponentProps { } export const TextInput = forwardRef, TextInputProps>( - ({ prefix, ref, ...props }: TextInputProps) => { + ({ prefix, ...props }: TextInputProps, ref) => { return ( {!!prefix && {prefix}}