From c23e5c291c678c7950f5d469aca7e241317efdd7 Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 17 Aug 2020 16:10:49 -0400 Subject: [PATCH] Use `outlined` Material-UI variant for login inputs as well --- ui/src/layout/Login.js | 1 + 1 file changed, 1 insertion(+) 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 /> )