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

This commit is contained in:
Deluan 2020-08-17 16:10:49 -04:00
parent bd1c3d9229
commit c23e5c291c
1 changed files with 1 additions and 0 deletions

View File

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