Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Apr 8, 2021
1 parent 4b96da9 commit d05b3ef
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ const TimelineSeparatorRoot = experimentalStyled(
overridesResolver,
},
)({
return {
display: 'flex',
flexDirection: 'column',
flex: 0,
alignItems: 'center',
display: 'flex',
flexDirection: 'column',
flex: 0,
alignItems: 'center',
});

const TimelineSeparator = React.forwardRef(function TimelineSeparator(inProps, ref) {
Expand Down

0 comments on commit d05b3ef

Please sign in to comment.