From c4b92d27317acf15c83a33726c1666bb903be486 Mon Sep 17 00:00:00 2001 From: stampaaaron Date: Wed, 21 Jun 2023 07:14:15 +0000 Subject: [PATCH] fix: timeline example --- src/components/Timeline.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Timeline.stories.tsx b/src/components/Timeline.stories.tsx index f6528b2..141c2e7 100644 --- a/src/components/Timeline.stories.tsx +++ b/src/components/Timeline.stories.tsx @@ -193,6 +193,7 @@ export const CustomStyle: StoryObj = { background: 'white', radius: '.2rem', shadow: '.1rem .1rem .5rem rgb(0,0,0,0.1)', + offset: '2rem', }, line: { width: '.1rem', @@ -206,7 +207,6 @@ export const CustomStyle: StoryObj = { pointer: { width: '2rem', height: '2rem', - spacing: '2rem', }, }, },