Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import { makeStyles } from "@material-ui/core/styles";
- const useStyles = makeStyles((theme) => {
- return {
- "boxStyles": {
- "background": theme.palette.secondary.dark,
- "padding": `1rem`
- },
- "cardStyles": {
- "background": theme.palette.primary.light
- }
- }
- });
- export default useStyles;
Advertisement
Add Comment
Please, Sign In to add comment