Skip to content

Commit

Permalink
fix(TimelineItem): "right" default position
Browse files Browse the repository at this point in the history
Co-authored-by: Marija Najdova <[email protected]>
  • Loading branch information
simonecervini and mnajdova authored Apr 28, 2021
1 parent dbdf557 commit 1d7ea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/TimelineItem/TimelineItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const TimelineItem = React.forwardRef(function TimelineItem(inProps, ref) {

const styleProps = {
...props,
position: positionProp || positionContext || 'left',
position: positionProp || positionContext || 'right',
hasOppositeContent,
};

Expand Down

0 comments on commit 1d7ea4e

Please sign in to comment.