From 8e6516b8cd97e3a659110952a26f9cb600d35a85 Mon Sep 17 00:00:00 2001 From: ElleshaHackett Date: Tue, 28 Apr 2020 12:29:05 +0200 Subject: [PATCH] Color consistent with .MuiButton-containedPrimary --- ui/src/layout/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/layout/Login.js b/ui/src/layout/Login.js index f448d2962..925c6547d 100644 --- a/ui/src/layout/Login.js +++ b/ui/src/layout/Login.js @@ -45,7 +45,7 @@ const useStyles = makeStyles((theme) => ({ marginTop: '1em', display: 'flex', justifyContent: 'center', - color: 'blue', //theme.palette.grey[500] + color: '#3f51b5', //theme.palette.grey[500] }, form: { padding: '0 1em 1em 1em',