From c83808a44572672ee981348eda508cbd85d1242f Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 18 Aug 2020 09:58:09 -0400 Subject: [PATCH] Revert "Use `outlined` Material-UI variant for login inputs as well" This reverts commit c23e5c291c678c7950f5d469aca7e241317efdd7. --- ui/src/layout/Login.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/layout/Login.js b/ui/src/layout/Login.js index 2c3b435db..cf38e5660 100644 --- a/ui/src/layout/Login.js +++ b/ui/src/layout/Login.js @@ -78,7 +78,6 @@ const renderInput = ({ helperText={touched && error} {...inputProps} {...props} - variant={'outlined'} fullWidth /> )