Revert "Use outlined Material-UI variant for login inputs as well"
This reverts commit c23e5c291c.
This commit is contained in:
@@ -78,7 +78,6 @@ const renderInput = ({
|
|||||||
helperText={touched && error}
|
helperText={touched && error}
|
||||||
{...inputProps}
|
{...inputProps}
|
||||||
{...props}
|
{...props}
|
||||||
variant={'outlined'}
|
|
||||||
fullWidth
|
fullWidth
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user