Currently, the Form component uses internal components (ex.: TextFormField, PasswordFormField, ...). An Input atom can also be used for the same purposes.
It would be great to replace all custom components with Input in order not to set the same styles for different components
Currently, the
Formcomponent uses internal components (ex.:TextFormField,PasswordFormField, ...). AnInputatom can also be used for the same purposes.It would be great to replace all custom components with
Inputin order not to set the same styles for different components