Created
October 1, 2018 21:08
-
-
Save i-oliva/821100ba94122f7b1f3602a57deab4f1 to your computer and use it in GitHub Desktop.
This file contains 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 styles = theme => ({ | |
root: { | |
flexGrow: 1 | |
}, | |
paper: { | |
height: 140, | |
width: 100 | |
}, | |
control: { | |
padding: theme.spacing.unit * 2 | |
} | |
}); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment