<GlobalStyles />
Last updated
Was this helpful?
Last updated
Was this helpful?
Sometimes you might want to insert global css. You can use the <GlobalStyles />
component to do this.
It's styles
(with an s) prop should be of same type as the function argument.
Is there a reason to use this instead of import GlobalStyles from "@mui/material/GlobalStyles";?