Skip to content

Commit

Permalink
mini timline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mond1c committed Sep 15, 2024
1 parent eb799a3 commit 679a8c2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const TimeLineContainer = styled.div`
width: 100%;
border-top-right-radius: ${c.TIMELINE_BORDER_RADIUS};
border-top-left-radius: ${c.TIMELINE_BORDER_RADIUS};
border-bottom-right-radius: ${c.TIMELINE_BORDER_RADIUS};;
display: grid;
height: ${c.TIMELINE_WRAP_HEIGHT}px;
background-color: ${props => props.color};
Expand Down

0 comments on commit 679a8c2

Please sign in to comment.