Use outlined Material-UI variant for login inputs as well
This commit is contained in:
parent
bd1c3d9229
commit
c23e5c291c
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ const renderInput = ({
|
||||||
helperText={touched && error}
|
helperText={touched && error}
|
||||||
{...inputProps}
|
{...inputProps}
|
||||||
{...props}
|
{...props}
|
||||||
|
variant={'outlined'}
|
||||||
fullWidth
|
fullWidth
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue