Skip to content

Commit

Permalink
chore(InputField): changed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vpsmolina committed Jan 12, 2024
1 parent 2e20b7d commit 517023c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const InputField = forwardRef<ITextInput, IInputFieldsProps>((props, ref) => {
} else {
return fontStyle;
}
}, [fontStyle]);
}, [fontStyle.color]);

const onFocusInput = useCallback(
(event: NativeSyntheticEvent<TextInputFocusEventData>) => {
Expand Down

0 comments on commit 517023c

Please sign in to comment.