diff --git a/src/components/Global/TokenAmountInput/index.tsx b/src/components/Global/TokenAmountInput/index.tsx index 02d52379..deca35e4 100644 --- a/src/components/Global/TokenAmountInput/index.tsx +++ b/src/components/Global/TokenAmountInput/index.tsx @@ -38,10 +38,20 @@ const TokenAmountInput = ({ className, tokenValue, setTokenValue, onSubmit }: To utils.estimateStableCoin(1) + const formRef = useRef(null) + + const handleContainerClick = () => { + if (inputRef.current) { + inputRef.current.focus() + } + } + return (
{}