Skip to content

Commit

Permalink
fix: timeline example
Browse files Browse the repository at this point in the history
  • Loading branch information
stampaaaron committed Jun 21, 2023
1 parent 69f5c54 commit c4b92d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Timeline.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export const CustomStyle: StoryObj<typeof Timeline> = {
background: 'white',
radius: '.2rem',
shadow: '.1rem .1rem .5rem rgb(0,0,0,0.1)',
offset: '2rem',
},
line: {
width: '.1rem',
Expand All @@ -206,7 +207,6 @@ export const CustomStyle: StoryObj<typeof Timeline> = {
pointer: {
width: '2rem',
height: '2rem',
spacing: '2rem',
},
},
},
Expand Down

0 comments on commit c4b92d2

Please sign in to comment.