Skip to content

Instantly share code, notes, and snippets.

View TakbeerAli's full-sized avatar
🏠
Working from home

Takbeer Ali TakbeerAli

🏠
Working from home
View GitHub Profile
@adrianhajdin
adrianhajdin / AuthStyles.js
Created January 12, 2021 23:35
MERN Auth Materials
import { makeStyles } from '@material-ui/core/styles';
export default makeStyles((theme) => ({
paper: {
marginTop: theme.spacing(8),
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
padding: theme.spacing(2),
},