diff --git a/app/components/InputFrontend.tsx b/app/components/InputFrontend.tsx index fec7713..9589096 100644 --- a/app/components/InputFrontend.tsx +++ b/app/components/InputFrontend.tsx @@ -47,7 +47,6 @@ const InputFrontend = React.forwardRef( value={inputValue} onChange={handleInputChange} onKeyDown={handleKeyDown} - className='textInputField' />