fix: Fix issues
- Added the global style config to a styles object,
- Changed onChange function in EmailInput, PasswordInput and TextInput, replaced
value
withe.currentTarget.value
- Changed Input component styles, Added them to a field object, It's what is required to style the
field
part - Removed variant prop from TextInput replaced its value with
{errors ? "input-error" : "input"}