Skip to content

Commit

Permalink
[Docs]Fix wrong spacing migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ifndefdeadmau5 committed Jan 6, 2019
1 parent 36903fe commit 80b60b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/layout/grid/SpacingGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class GuttersGrid extends React.Component {
const { spacing } = this.state;

return (
<Grid container className={classes.root} spacing={4}>
<Grid container className={classes.root} spacing={2}>
<Grid item xs={12}>
<Grid container className={classes.demo} justify="center" spacing={Number(spacing)}>
{[0, 1, 2].map(value => (
Expand Down

0 comments on commit 80b60b8

Please sign in to comment.