We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4816c3 commit 7df2d1eCopy full SHA for 7df2d1e
example/src/App.js
@@ -21,7 +21,7 @@ const useStyles = (theme) => ({
21
display: 'flex',
22
flexDirection: 'column',
23
flex: '1',
24
- padding: '50px 30px 10px 30px',
+ padding: '30px 30px 10px 30px',
25
},
26
headline: {
27
marginBottom: '10px',
@@ -82,7 +82,7 @@ const App = ({classes}) => {
82
83
return (
84
<GlobalHotKeys keyMap={keyMap} handlers={handlers}>
85
- <Grid className={classes.root} container alignItems='center' spacing={3}>
+ <Grid className={classes.root} container alignItems='center' spacing={2}>
86
<Grid item>
87
<Typography className={classes.headline} align="center" variant="h4">
88
react-super-cmd <span role="img" aria-label="lightning-emoji">⚡</span>
0 commit comments