Skip to content

Commit c4b92d2

Browse files
committed
fix: timeline example
1 parent 69f5c54 commit c4b92d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Timeline.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ export const CustomStyle: StoryObj<typeof Timeline> = {
193193
background: 'white',
194194
radius: '.2rem',
195195
shadow: '.1rem .1rem .5rem rgb(0,0,0,0.1)',
196+
offset: '2rem',
196197
},
197198
line: {
198199
width: '.1rem',
@@ -206,7 +207,6 @@ export const CustomStyle: StoryObj<typeof Timeline> = {
206207
pointer: {
207208
width: '2rem',
208209
height: '2rem',
209-
spacing: '2rem',
210210
},
211211
},
212212
},

0 commit comments

Comments
 (0)