Created
November 6, 2020 16:01
-
-
Save BetterProgramming/ea65aaf208ea07a81a81ad562b655db3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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