Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix(Row): fix default gutter
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 3, 2018
1 parent 2e41de4 commit d97b267
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Row.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const Row = createComponent(({ css, resolveUnit }) => ({
propTypes: {
children: PropTypes.node,
},
defaultProps: {
gutter: 15,
},
}))

export default Row

0 comments on commit d97b267

Please sign in to comment.