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
View File
@@ -78,6 +78,7 @@ const renderInput = ({
helperText={touched && error} helperText={touched && error}
{...inputProps} {...inputProps}
{...props} {...props}
variant={'outlined'}
fullWidth fullWidth
/> />
) )