Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created November 6, 2020 16:01
Show Gist options
  • Save BetterProgramming/ea65aaf208ea07a81a81ad562b655db3 to your computer and use it in GitHub Desktop.
Save BetterProgramming/ea65aaf208ea07a81a81ad562b655db3 to your computer and use it in GitHub Desktop.
const useStyles = makeStyles(() => ({
header: {
backgroundColor: "#400CCC",
paddingRight: "79px",
paddingLeft: "118px",
},
...
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment