Skip to content

Commit 7df2d1e

Browse files
committed
Example design minor changes
1 parent a4816c3 commit 7df2d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const useStyles = (theme) => ({
2121
display: 'flex',
2222
flexDirection: 'column',
2323
flex: '1',
24-
padding: '50px 30px 10px 30px',
24+
padding: '30px 30px 10px 30px',
2525
},
2626
headline: {
2727
marginBottom: '10px',
@@ -82,7 +82,7 @@ const App = ({classes}) => {
8282

8383
return (
8484
<GlobalHotKeys keyMap={keyMap} handlers={handlers}>
85-
<Grid className={classes.root} container alignItems='center' spacing={3}>
85+
<Grid className={classes.root} container alignItems='center' spacing={2}>
8686
<Grid item>
8787
<Typography className={classes.headline} align="center" variant="h4">
8888
react-super-cmd <span role="img" aria-label="lightning-emoji"></span>

0 commit comments

Comments
 (0)