diff --git a/src/components/LoginPage.js b/src/components/LoginPage.js index 6ff3e63..8d49464 100644 --- a/src/components/LoginPage.js +++ b/src/components/LoginPage.js @@ -49,7 +49,7 @@ const FormBox = styled(Box)(({ theme }) => ({ justifyContent: "center", }, [`& .icon`]: { - backgroundColor: theme.palette.secondary.main, + backgroundColor: theme.palette.grey[400], }, [`& .hint`]: { marginTop: "1em",