fix login icon color
This commit is contained in:
parent
7a973bf141
commit
e569a9972e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user