mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-19 21:37:40 +03:00
Use outlined
Material-UI variant for login inputs as well
This commit is contained in:
parent
bd1c3d9229
commit
c23e5c291c
@ -78,6 +78,7 @@ const renderInput = ({
|
||||
helperText={touched && error}
|
||||
{...inputProps}
|
||||
{...props}
|
||||
variant={'outlined'}
|
||||
fullWidth
|
||||
/>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user