mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00: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