diff --git a/ui/src/layout/Login.js b/ui/src/layout/Login.js index cf38e5660..2c3b435db 100644 --- a/ui/src/layout/Login.js +++ b/ui/src/layout/Login.js @@ -78,6 +78,7 @@ const renderInput = ({ helperText={touched && error} {...inputProps} {...props} + variant={'outlined'} fullWidth /> )