Skip to content

Commit

Permalink
fix(Divider): fixes margins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Firsov committed Aug 1, 2019
1 parent a7837d0 commit becc1ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Divider/Divider.theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const [DividerOuter, themeOuter] = createThemeTag(name, () => ({
display: 'flex',
alignItems: 'center',
justifyContent: 'stretch',
marginTop: '32px',
marginBottom: '32px',
marginTop: '24px',
marginBottom: '24px',
height: '18px',
},
}));
Expand Down

0 comments on commit becc1ea

Please sign in to comment.