Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makestyles Is No Longer Exported From @Mui/Material/Styles #9

Open
Octet3290 opened this issue Sep 16, 2022 · 1 comment
Open

Makestyles Is No Longer Exported From @Mui/Material/Styles #9

Octet3290 opened this issue Sep 16, 2022 · 1 comment

Comments

@Octet3290
Copy link

No description provided.

@Cyborg117
Copy link

Just use styled() from '@mui/material',
ex If you want to Style a Box Mui Component, you should do something like this

const StyledBox = styled(Box)({
backgroundColor : "#14161a",
color : "white",
minHeight : "200vh"
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants