Revert "Use `outlined` Material-UI variant for login inputs as well"

This reverts commit c23e5c291c.
This commit is contained in:
Deluan 2020-08-18 09:58:09 -04:00
parent c23e5c291c
commit c83808a445
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ const renderInput = ({
helperText={touched && error}
{...inputProps}
{...props}
variant={'outlined'}
fullWidth
/>
)