Fix welcome message styles ()

* style(login): welcome-message-wrapping - 

Signed-off-by: Praveen Kumar <pkspyder007@gmail.com>

* style(login): welcome-message-wrapping - 

Signed-off-by: Praveen Kumar <pkspyder007@gmail.com>

* chore(makefile): Removed-lint-timeout

Signed-off-by: Praveen Kumar <pkspyder007@gmail.com>
This commit is contained in:
Praveen Kumar 2021-04-16 05:48:35 +05:30 committed by GitHub
parent a81ef0923b
commit 749f5d45c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,6 +53,7 @@ const useStyles = makeStyles(
padding: '0 1em 1em 1em',
display: 'flex',
justifyContent: 'center',
flexWrap: 'wrap',
color: '#3f51b5', //theme.palette.grey[500]
},
form: {