fix login icon color

This commit is contained in:
dklimpel 2024-02-04 00:02:30 +01:00
parent 7a973bf141
commit e569a9972e

View File

@ -49,7 +49,7 @@ const FormBox = styled(Box)(({ theme }) => ({
justifyContent: "center", justifyContent: "center",
}, },
[`& .icon`]: { [`& .icon`]: {
backgroundColor: theme.palette.secondary.main, backgroundColor: theme.palette.grey[400],
}, },
[`& .hint`]: { [`& .hint`]: {
marginTop: "1em", marginTop: "1em",